Html Css Color HEX #E080FB Heliotrope

📋 copy color: '#E080FB'

red 224 ◦ green 128 ◦ blue 251

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

Shades of Heliotrope #E080FB

Tints of Heliotrope #E080FB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.23%

 BLUE value IS 251 (98.44% from 255) = 41.63%

R = 37.15%
G = 21.23%
B = 41.63%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E080FB (or 0xE080FB) is known color: Heliotrope. HEX triplet: E0, 80 and FB. RGB value is (224,128,251). Sum of RGB (Red+Green+Blue) = 224+128+251=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 128 (50.39% from 255 or 21.23% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #E080FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E080FB is #1F7F04. Grayscale: #AAAAAA. Windows color (decimal): -2064133 or 16482528. OLE color: 16482528.

HSL color Cylindrical-coordinate representation of color #E080FB: hue angle of 286.83º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E080FB is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 128 251 -
CMYK 0.11 0.49 0 0.02
HSL 286.83º 0.94% 0.74% -
HSV(B) 286.83º 0.49% 0.98% -
XYZ 55.87 38.25 95.71 -
YUV 170.73 173.3 166 -
System Red Green Blue C M Y K H S L
Decimal 224 128 251 0.11 0.49 0 0.02 286.83 0.94 0.74
Hex E0 80 FB B 31 0 2 11F 5E 4A
Octal 340 200 373 13 61 0 2 437 136 112
Binary 11100000 10000000 11111011 1011 110001 0 10 100011111 1011110 1001010

Color Harmonies of #E080FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E080FB

Black with #E080FB

Text Example


Text Example

White with #E080FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E080FB; }

 p { color: rgb(224,128,251); }

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

background-color css

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

 a { background-color: rgb(224,128,251); }

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

border-color css

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

 span { border-color: rgb(224,128,251); }

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