Html Css Color HEX #E076F2 Heliotrope

📋 copy color: '#E076F2'

red 224 ◦ green 118 ◦ blue 242

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

Shades of Heliotrope #E076F2

Tints of Heliotrope #E076F2

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.21%

 BLUE value IS 242 (94.92% from 255) = 41.44%

R = 38.36%
G = 20.21%
B = 41.44%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E076F2 (or 0xE076F2) is known color: Heliotrope. HEX triplet: E0, 76 and F2. RGB value is (224,118,242). Sum of RGB (Red+Green+Blue) = 224+118+242=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 118 (46.48% from 255 or 20.21% from 584); Blue value is 242 (94.92% from 255 or 41.44% from 584); Max value from RGB is 242 - color contains mainly: blue. Hex color #E076F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E076F2 is #1F890D. Grayscale: #A3A3A3. Windows color (decimal): -2066702 or 15890144. OLE color: 15890144.

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

Color convert

RGB 224 118 242 -
CMYK 0.07 0.51 0 0.05
HSL 291.29º 0.83% 0.71% -
HSV(B) 291.29º 0.51% 0.95% -
XYZ 53.25 35.21 88 -
YUV 163.83 172.12 170.92 -
System Red Green Blue C M Y K H S L
Decimal 224 118 242 0.07 0.51 0 0.05 291.29 0.83 0.71
Hex E0 76 F2 7 33 0 5 123 53 47
Octal 340 166 362 7 63 0 5 443 123 107
Binary 11100000 1110110 11110010 111 110011 0 101 100100011 1010011 1000111

Color Harmonies of #E076F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E076F2

Black with #E076F2

Text Example


Text Example

White with #E076F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E076F2; }

 p { color: rgb(224,118,242); }

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

background-color css

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

 a { background-color: rgb(224,118,242); }

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

border-color css

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

 span { border-color: rgb(224,118,242); }

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