Html Css Color HEX #E550FF Heliotrope

📋 copy color: '#E550FF'

red 229 ◦ green 80 ◦ blue 255

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

Shades of Heliotrope #E550FF

Tints of Heliotrope #E550FF

RGB

 RED value IS 229 (89.84% from 255) = 40.6%

 GREEN value IS 80 (31.64% from 255) = 14.18%

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

R = 40.6%
G = 14.18%
B = 45.21%

CMYK

 C value IS 0.10

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E550FF (or 0xE550FF) is known color: Heliotrope. HEX triplet: E5, 50 and FF. RGB value is (229,80,255). Sum of RGB (Red+Green+Blue) = 229+80+255=564 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.60% from 564); Green value is 80 (31.64% from 255 or 14.18% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #E550FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E550FF is #1AAF00. Grayscale: #8F8F8F. Windows color (decimal): -1748737 or 16732389. OLE color: 16732389.

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

Color convert

RGB 229 80 255 -
CMYK 0.10 0.69 0 0
HSL 291.09º 1% 0.66% -
HSV(B) 291.09º 0.69% 1% -
XYZ 53.23 29.62 97.52 -
YUV 144.5 190.36 188.27 -
System Red Green Blue C M Y K H S L
Decimal 229 80 255 0.10 0.69 0 0 291.09 1 0.66
Hex E5 50 FF A 45 0 0 123 64 42
Octal 345 120 377 12 105 0 0 443 144 102
Binary 11100101 1010000 11111111 1010 1000101 0 0 100100011 1100100 1000010

Color Harmonies of #E550FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E550FF

Black with #E550FF

Text Example


Text Example

White with #E550FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E550FF; }

 p { color: rgb(229,80,255); }

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

background-color css

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

 a { background-color: rgb(229,80,255); }

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

border-color css

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

 span { border-color: rgb(229,80,255); }

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