Html Css Color HEX #E40CF1 Psychedelic Purple

📋 copy color: '#E40CF1'

red 228 ◦ green 12 ◦ blue 241

#E40CF1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #E40CF1

Tints of Psychedelic Purple #E40CF1

RGB

 RED value IS 228 (89.45% from 255) = 47.4%

 GREEN value IS 12 (5.08% from 255) = 2.49%

 BLUE value IS 241 (94.53% from 255) = 50.1%

R = 47.4%
G = 2.49%
B = 50.1%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E40CF1 (or 0xE40CF1) is known color: Psychedelic Purple. HEX triplet: E4, 0C and F1. RGB value is (228,12,241). Sum of RGB (Red+Green+Blue) = 228+12+241=481 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.40% from 481); Green value is 12 (5.08% from 255 or 2.49% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #E40CF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40CF1 is #1BF30E. Grayscale: #656565. Windows color (decimal): -1831695 or 15797476. OLE color: 15797476.

HSL color Cylindrical-coordinate representation of color #E40CF1: hue angle of 296.59º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E40CF1 is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 228 12 241 -
CMYK 0.05 0.95 0 0.05
HSL 296.59º 0.91% 0.5% -
HSV(B) 296.59º 0.95% 0.95% -
XYZ 48 23.11 85.15 -
YUV 102.69 206.06 217.38 -
System Red Green Blue C M Y K H S L
Decimal 228 12 241 0.05 0.95 0 0.05 296.59 0.91 0.5
Hex E4 C F1 5 5F 0 5 129 5B 32
Octal 344 14 361 5 137 0 5 451 133 62
Binary 11100100 1100 11110001 101 1011111 0 101 100101001 1011011 110010

Color Harmonies of #E40CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40CF1

Black with #E40CF1

Text Example


Text Example

White with #E40CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40CF1; }

 p { color: rgb(228,12,241); }

 H1.HeaderClassName
 {
   color: #E40CF1;
 }
 .AnyTagClassName
 {
   color: #E40CF1;
 }
</style>

background-color css

<style>
 a { background-color: #E40CF1; }

 a { background-color: rgb(228,12,241); }

 div.DivClassName
 {
   background-color: #E40CF1;
 }
 .BgClassName
 {
   background-color: #E40CF1;
 }
</style>

border-color css

<style>
 span { border-color: #E40CF1; }

 span { border-color: rgb(228,12,241); }

 td.TdClassName
 {
   border-color: #E40CF1;
 }
 .TagClassName
 {
   border-color: #E40CF1;
 }
</style>