Html Css Color HEX #EA55AB Brilliant Rose

📋 copy color: '#EA55AB'

red 234 ◦ green 85 ◦ blue 171

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

Shades of Brilliant Rose #EA55AB

Tints of Brilliant Rose #EA55AB

RGB

 RED value IS 234 (91.8% from 255) = 47.76%

 GREEN value IS 85 (33.59% from 255) = 17.35%

 BLUE value IS 171 (67.19% from 255) = 34.9%

R = 47.76%
G = 17.35%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EA55AB (or 0xEA55AB) is known color: Brilliant Rose. HEX triplet: EA, 55 and AB. RGB value is (234,85,171). Sum of RGB (Red+Green+Blue) = 234+85+171=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 85 (33.59% from 255 or 17.35% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EA55AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA55AB is #15AA54. Grayscale: #8B8B8B. Windows color (decimal): -1419861 or 11228650. OLE color: 11228650.

HSL color Cylindrical-coordinate representation of color #EA55AB: hue angle of 325.37º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EA55AB is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 85 171 -
CMYK 0 0.64 0.27 0.08
HSL 325.37º 0.78% 0.63% -
HSV(B) 325.37º 0.64% 0.92% -
XYZ 44.53 26.93 41.38 -
YUV 139.36 145.86 195.51 -
System Red Green Blue C M Y K H S L
Decimal 234 85 171 0 0.64 0.27 0.08 325.37 0.78 0.63
Hex EA 55 AB 0 40 1B 8 145 4E 3F
Octal 352 125 253 0 100 33 10 505 116 77
Binary 11101010 1010101 10101011 0 1000000 11011 1000 101000101 1001110 111111

Color Harmonies of #EA55AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA55AB

Black with #EA55AB

Text Example


Text Example

White with #EA55AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA55AB; }

 p { color: rgb(234,85,171); }

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

background-color css

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

 a { background-color: rgb(234,85,171); }

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

border-color css

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

 span { border-color: rgb(234,85,171); }

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