Html Css Color HEX #E552FE Heliotrope

📋 copy color: '#E552FE'

red 229 ◦ green 82 ◦ blue 254

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

Shades of Heliotrope #E552FE

Tints of Heliotrope #E552FE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 14.51%

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

R = 40.53%
G = 14.51%
B = 44.96%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E552FE (or 0xE552FE) is known color: Heliotrope. HEX triplet: E5, 52 and FE. RGB value is (229,82,254). Sum of RGB (Red+Green+Blue) = 229+82+254=565 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.53% from 565); Green value is 82 (32.42% from 255 or 14.51% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #E552FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E552FE is #1AAD01. Grayscale: #919191. Windows color (decimal): -1748226 or 16667365. OLE color: 16667365.

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

Color convert

RGB 229 82 254 -
CMYK 0.10 0.68 0 0.00
HSL 291.28º 0.99% 0.66% -
HSV(B) 291.28º 0.68% 1% -
XYZ 53.22 29.85 96.72 -
YUV 145.56 189.2 187.51 -
System Red Green Blue C M Y K H S L
Decimal 229 82 254 0.10 0.68 0 0.00 291.28 0.99 0.66
Hex E5 52 FE A 44 0 0 123 63 42
Octal 345 122 376 12 104 0 0 443 143 102
Binary 11100101 1010010 11111110 1010 1000100 0 0 100100011 1100011 1000010

Color Harmonies of #E552FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E552FE

Black with #E552FE

Text Example


Text Example

White with #E552FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E552FE; }

 p { color: rgb(229,82,254); }

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

background-color css

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

 a { background-color: rgb(229,82,254); }

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

border-color css

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

 span { border-color: rgb(229,82,254); }

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