Html Css Color HEX #E042FF Heliotrope

📋 copy color: '#E042FF'

red 224 ◦ green 66 ◦ blue 255

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

Shades of Heliotrope #E042FF

Tints of Heliotrope #E042FF

RGB

 RED value IS 224 (87.89% from 255) = 41.1%

 GREEN value IS 66 (26.17% from 255) = 12.11%

 BLUE value IS 255 (100% from 255) = 46.79%

R = 41.1%
G = 12.11%
B = 46.79%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E042FF (or 0xE042FF) is known color: Heliotrope. HEX triplet: E0, 42 and FF. RGB value is (224,66,255). Sum of RGB (Red+Green+Blue) = 224+66+255=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 66 (26.17% from 255 or 12.11% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #E042FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E042FF is #1FBD00. Grayscale: #868686. Windows color (decimal): -2080001 or 16728800. OLE color: 16728800.

HSL color Cylindrical-coordinate representation of color #E042FF: hue angle of 290.16º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E042FF is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 224 66 255 -
CMYK 0.12 0.74 0 0
HSL 290.16º 1% 0.63% -
HSV(B) 290.16º 0.74% 1% -
XYZ 50.74 26.96 97.14 -
YUV 134.79 195.85 191.63 -
System Red Green Blue C M Y K H S L
Decimal 224 66 255 0.12 0.74 0 0 290.16 1 0.63
Hex E0 42 FF C 4A 0 0 122 64 3F
Octal 340 102 377 14 112 0 0 442 144 77
Binary 11100000 1000010 11111111 1100 1001010 0 0 100100010 1100100 111111

Color Harmonies of #E042FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E042FF

Black with #E042FF

Text Example


Text Example

White with #E042FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E042FF; }

 p { color: rgb(224,66,255); }

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

background-color css

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

 a { background-color: rgb(224,66,255); }

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

border-color css

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

 span { border-color: rgb(224,66,255); }

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