Html Css Color HEX #E552FC Heliotrope

📋 copy color: '#E552FC'

red 229 ◦ green 82 ◦ blue 252

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

Shades of Heliotrope #E552FC

Tints of Heliotrope #E552FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.76%

R = 40.67%
G = 14.56%
B = 44.76%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E552FC (or 0xE552FC) is known color: Heliotrope. HEX triplet: E5, 52 and FC. RGB value is (229,82,252). Sum of RGB (Red+Green+Blue) = 229+82+252=563 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.67% from 563); Green value is 82 (32.42% from 255 or 14.56% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #E552FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E552FC is #1AAD03. Grayscale: #909090. Windows color (decimal): -1748228 or 16536293. OLE color: 16536293.

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

Color convert

RGB 229 82 252 -
CMYK 0.09 0.67 0 0.01
HSL 291.88º 0.97% 0.65% -
HSV(B) 291.88º 0.67% 0.99% -
XYZ 52.9 29.72 95.04 -
YUV 145.33 188.2 187.68 -
System Red Green Blue C M Y K H S L
Decimal 229 82 252 0.09 0.67 0 0.01 291.88 0.97 0.65
Hex E5 52 FC 9 43 0 1 124 61 41
Octal 345 122 374 11 103 0 1 444 141 101
Binary 11100101 1010010 11111100 1001 1000011 0 1 100100100 1100001 1000001

Color Harmonies of #E552FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E552FC

Black with #E552FC

Text Example


Text Example

White with #E552FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E552FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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