Html Css Color HEX #E55AFA Heliotrope

📋 copy color: '#E55AFA'

red 229 ◦ green 90 ◦ blue 250

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

Shades of Heliotrope #E55AFA

Tints of Heliotrope #E55AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.94%

R = 40.25%
G = 15.82%
B = 43.94%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E55AFA (or 0xE55AFA) is known color: Heliotrope. HEX triplet: E5, 5A and FA. RGB value is (229,90,250). Sum of RGB (Red+Green+Blue) = 229+90+250=569 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.25% from 569); Green value is 90 (35.55% from 255 or 15.82% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #E55AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E55AFA is #1AA505. Grayscale: #959595. Windows color (decimal): -1746182 or 16407269. OLE color: 16407269.

HSL color Cylindrical-coordinate representation of color #E55AFA: hue angle of 292.12º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E55AFA is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 90 250 -
CMYK 0.08 0.64 0 0.02
HSL 292.13º 0.94% 0.67% -
HSV(B) 292.13º 0.64% 0.98% -
XYZ 53.22 30.87 93.6 -
YUV 149.8 184.55 184.49 -
System Red Green Blue C M Y K H S L
Decimal 229 90 250 0.08 0.64 0 0.02 292.13 0.94 0.67
Hex E5 5A FA 8 40 0 2 124 5E 43
Octal 345 132 372 10 100 0 2 444 136 103
Binary 11100101 1011010 11111010 1000 1000000 0 10 100100100 1011110 1000011

Color Harmonies of #E55AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55AFA

Black with #E55AFA

Text Example


Text Example

White with #E55AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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