Html Css Color HEX #E55BFC Heliotrope

📋 copy color: '#E55BFC'

red 229 ◦ green 91 ◦ blue 252

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

Shades of Heliotrope #E55BFC

Tints of Heliotrope #E55BFC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 15.91%

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

R = 40.03%
G = 15.91%
B = 44.06%

CMYK

 C value IS 0.09

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E55BFC (or 0xE55BFC) is known color: Heliotrope. HEX triplet: E5, 5B and FC. RGB value is (229,91,252). Sum of RGB (Red+Green+Blue) = 229+91+252=572 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.03% from 572); Green value is 91 (35.94% from 255 or 15.91% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #E55BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E55BFC is #1AA403. Grayscale: #969696. Windows color (decimal): -1745924 or 16538597. OLE color: 16538597.

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

Color convert

RGB 229 91 252 -
CMYK 0.09 0.64 0 0.01
HSL 291.43º 0.96% 0.67% -
HSV(B) 291.43º 0.64% 0.99% -
XYZ 53.62 31.17 95.29 -
YUV 150.62 185.22 183.91 -
System Red Green Blue C M Y K H S L
Decimal 229 91 252 0.09 0.64 0 0.01 291.43 0.96 0.67
Hex E5 5B FC 9 40 0 1 123 60 43
Octal 345 133 374 11 100 0 1 443 140 103
Binary 11100101 1011011 11111100 1001 1000000 0 1 100100011 1100000 1000011

Color Harmonies of #E55BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55BFC

Black with #E55BFC

Text Example


Text Example

White with #E55BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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