Html Css Color HEX #E552FD Heliotrope

📋 copy color: '#E552FD'

red 229 ◦ green 82 ◦ blue 253

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

Shades of Heliotrope #E552FD

Tints of Heliotrope #E552FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.86%

R = 40.6%
G = 14.54%
B = 44.86%

CMYK

 C value IS 0.09

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E552FD (or 0xE552FD) is known color: Heliotrope. HEX triplet: E5, 52 and FD. RGB value is (229,82,253). Sum of RGB (Red+Green+Blue) = 229+82+253=564 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.60% from 564); Green value is 82 (32.42% from 255 or 14.54% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #E552FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E552FD is #1AAD02. Grayscale: #909090. Windows color (decimal): -1748227 or 16601829. OLE color: 16601829.

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

Color convert

RGB 229 82 253 -
CMYK 0.09 0.68 0 0.01
HSL 291.58º 0.98% 0.66% -
HSV(B) 291.58º 0.68% 0.99% -
XYZ 53.06 29.78 95.88 -
YUV 145.45 188.7 187.6 -
System Red Green Blue C M Y K H S L
Decimal 229 82 253 0.09 0.68 0 0.01 291.58 0.98 0.66
Hex E5 52 FD 9 44 0 1 124 62 42
Octal 345 122 375 11 104 0 1 444 142 102
Binary 11100101 1010010 11111101 1001 1000100 0 1 100100100 1100010 1000010

Color Harmonies of #E552FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E552FD

Black with #E552FD

Text Example


Text Example

White with #E552FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E552FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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