Html Css Color HEX #EA55A6 Brilliant Rose

📋 copy color: '#EA55A6'

red 234 ◦ green 85 ◦ blue 166

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

Shades of Brilliant Rose #EA55A6

Tints of Brilliant Rose #EA55A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 34.23%

R = 48.25%
G = 17.53%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EA55A6 (or 0xEA55A6) is known color: Brilliant Rose. HEX triplet: EA, 55 and A6. RGB value is (234,85,166). Sum of RGB (Red+Green+Blue) = 234+85+166=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 85 (33.59% from 255 or 17.53% from 485); Blue value is 166 (65.23% from 255 or 34.23% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EA55A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA55A6 is #15AA59. Grayscale: #8A8A8A. Windows color (decimal): -1419866 or 10900970. OLE color: 10900970.

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

Color convert

RGB 234 85 166 -
CMYK 0 0.64 0.29 0.08
HSL 327.38º 0.78% 0.63% -
HSV(B) 327.38º 0.64% 0.92% -
XYZ 44.06 26.74 38.92 -
YUV 138.79 143.36 195.91 -
System Red Green Blue C M Y K H S L
Decimal 234 85 166 0 0.64 0.29 0.08 327.38 0.78 0.63
Hex EA 55 A6 0 40 1D 8 147 4E 3F
Octal 352 125 246 0 100 35 10 507 116 77
Binary 11101010 1010101 10100110 0 1000000 11101 1000 101000111 1001110 111111

Color Harmonies of #EA55A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA55A6

Black with #EA55A6

Text Example


Text Example

White with #EA55A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA55A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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