Html Css Color HEX #E55BA4 Brilliant Rose

📋 copy color: '#E55BA4'

red 229 ◦ green 91 ◦ blue 164

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

Shades of Brilliant Rose #E55BA4

Tints of Brilliant Rose #E55BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33.88%

R = 47.31%
G = 18.8%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.28

 K value IS 0.10

RGB Variations

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

Color information

#E55BA4 (or 0xE55BA4) is known color: Brilliant Rose. HEX triplet: E5, 5B and A4. RGB value is (229,91,164). Sum of RGB (Red+Green+Blue) = 229+91+164=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 91 (35.94% from 255 or 18.80% from 484); Blue value is 164 (64.45% from 255 or 33.88% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E55BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55BA4 is #1AA45B. Grayscale: #8C8C8C. Windows color (decimal): -1746012 or 10771429. OLE color: 10771429.

HSL color Cylindrical-coordinate representation of color #E55BA4: hue angle of 328.26º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E55BA4 is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 91 164 -
CMYK 0 0.60 0.28 0.10
HSL 328.26º 0.73% 0.63% -
HSV(B) 328.26º 0.6% 0.9% -
XYZ 42.76 26.82 38.05 -
YUV 140.58 141.22 191.06 -
System Red Green Blue C M Y K H S L
Decimal 229 91 164 0 0.60 0.28 0.10 328.26 0.73 0.63
Hex E5 5B A4 0 3C 1C A 148 49 3F
Octal 345 133 244 0 74 34 12 510 111 77
Binary 11100101 1011011 10100100 0 111100 11100 1010 101001000 1001001 111111

Color Harmonies of #E55BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55BA4

Black with #E55BA4

Text Example


Text Example

White with #E55BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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