Html Css Color HEX #E076FE Heliotrope

📋 copy color: '#E076FE'

red 224 ◦ green 118 ◦ blue 254

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

Shades of Heliotrope #E076FE

Tints of Heliotrope #E076FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.62%

R = 37.58%
G = 19.8%
B = 42.62%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E076FE (or 0xE076FE) is known color: Heliotrope. HEX triplet: E0, 76 and FE. RGB value is (224,118,254). Sum of RGB (Red+Green+Blue) = 224+118+254=596 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.58% from 596); Green value is 118 (46.48% from 255 or 19.80% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #E076FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E076FE is #1F8901. Grayscale: #A4A4A4. Windows color (decimal): -2066690 or 16676576. OLE color: 16676576.

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

Color convert

RGB 224 118 254 -
CMYK 0.12 0.54 0 0.00
HSL 286.76º 0.99% 0.73% -
HSV(B) 286.76º 0.54% 1% -
XYZ 55.11 35.96 97.8 -
YUV 165.2 178.12 169.94 -
System Red Green Blue C M Y K H S L
Decimal 224 118 254 0.12 0.54 0 0.00 286.76 0.99 0.73
Hex E0 76 FE C 36 0 0 11F 63 49
Octal 340 166 376 14 66 0 0 437 143 111
Binary 11100000 1110110 11111110 1100 110110 0 0 100011111 1100011 1001001

Color Harmonies of #E076FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E076FE

Black with #E076FE

Text Example


Text Example

White with #E076FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E076FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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