Html Css Color HEX #EA55AC Brilliant Rose

📋 copy color: '#EA55AC'

red 234 ◦ green 85 ◦ blue 172

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

Shades of Brilliant Rose #EA55AC

Tints of Brilliant Rose #EA55AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.03%

R = 47.66%
G = 17.31%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EA55AC (or 0xEA55AC) is known color: Brilliant Rose. HEX triplet: EA, 55 and AC. RGB value is (234,85,172). Sum of RGB (Red+Green+Blue) = 234+85+172=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 85 (33.59% from 255 or 17.31% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EA55AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA55AC is #15AA53. Grayscale: #8B8B8B. Windows color (decimal): -1419860 or 11294186. OLE color: 11294186.

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

Color convert

RGB 234 85 172 -
CMYK 0 0.64 0.26 0.08
HSL 324.97º 0.78% 0.63% -
HSV(B) 324.97º 0.64% 0.92% -
XYZ 44.63 26.97 41.88 -
YUV 139.47 146.36 195.43 -
System Red Green Blue C M Y K H S L
Decimal 234 85 172 0 0.64 0.26 0.08 324.97 0.78 0.63
Hex EA 55 AC 0 40 1A 8 145 4E 3F
Octal 352 125 254 0 100 32 10 505 116 77
Binary 11101010 1010101 10101100 0 1000000 11010 1000 101000101 1001110 111111

Color Harmonies of #EA55AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA55AC

Black with #EA55AC

Text Example


Text Example

White with #EA55AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA55AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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