Html Css Color HEX #E55AFD Heliotrope

📋 copy color: '#E55AFD'

red 229 ◦ green 90 ◦ blue 253

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

Shades of Heliotrope #E55AFD

Tints of Heliotrope #E55AFD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.73%

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

R = 40.03%
G = 15.73%
B = 44.23%

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

#E55AFD (or 0xE55AFD) is known color: Heliotrope. HEX triplet: E5, 5A and FD. RGB value is (229,90,253). Sum of RGB (Red+Green+Blue) = 229+90+253=572 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.03% from 572); Green value is 90 (35.55% from 255 or 15.73% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #E55AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E55AFD is #1AA502. Grayscale: #959595. Windows color (decimal): -1746179 or 16603877. OLE color: 16603877.

HSL color Cylindrical-coordinate representation of color #E55AFD: hue angle of 291.17º degrees, saturation: 0.98, 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 #E55AFD is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 229 90 253 -
CMYK 0.09 0.64 0 0.01
HSL 291.17º 0.98% 0.67% -
HSV(B) 291.17º 0.64% 0.99% -
XYZ 53.7 31.06 96.09 -
YUV 150.14 186.05 184.25 -
System Red Green Blue C M Y K H S L
Decimal 229 90 253 0.09 0.64 0 0.01 291.17 0.98 0.67
Hex E5 5A FD 9 40 0 1 123 62 43
Octal 345 132 375 11 100 0 1 443 142 103
Binary 11100101 1011010 11111101 1001 1000000 0 1 100100011 1100010 1000011

Color Harmonies of #E55AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55AFD

Black with #E55AFD

Text Example


Text Example

White with #E55AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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