Html Css Color HEX #E55BFA Heliotrope

📋 copy color: '#E55BFA'

red 229 ◦ green 91 ◦ blue 250

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

Shades of Heliotrope #E55BFA

Tints of Heliotrope #E55BFA

RGB

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

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

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

R = 40.18%
G = 15.96%
B = 43.86%

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

#E55BFA (or 0xE55BFA) is known color: Heliotrope. HEX triplet: E5, 5B and FA. RGB value is (229,91,250). Sum of RGB (Red+Green+Blue) = 229+91+250=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 91 (35.94% from 255 or 15.96% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #E55BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E55BFA is #1AA405. Grayscale: #959595. Windows color (decimal): -1745926 or 16407525. OLE color: 16407525.

HSL color Cylindrical-coordinate representation of color #E55BFA: hue angle of 292.08º 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 #E55BFA is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 91 250 -
CMYK 0.08 0.64 0 0.02
HSL 292.08º 0.94% 0.67% -
HSV(B) 292.08º 0.64% 0.98% -
XYZ 53.31 31.04 93.62 -
YUV 150.39 184.22 184.07 -
System Red Green Blue C M Y K H S L
Decimal 229 91 250 0.08 0.64 0 0.02 292.08 0.94 0.67
Hex E5 5B FA 8 40 0 2 124 5E 43
Octal 345 133 372 10 100 0 2 444 136 103
Binary 11100101 1011011 11111010 1000 1000000 0 10 100100100 1011110 1000011

Color Harmonies of #E55BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55BFA

Black with #E55BFA

Text Example


Text Example

White with #E55BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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