Html Css Color HEX #EA59A1 Brilliant Rose

📋 copy color: '#EA59A1'

red 234 ◦ green 89 ◦ blue 161

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

Shades of Brilliant Rose #EA59A1

Tints of Brilliant Rose #EA59A1

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.39%

 BLUE value IS 161 (63.28% from 255) = 33.26%

R = 48.35%
G = 18.39%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EA59A1 (or 0xEA59A1) is known color: Brilliant Rose. HEX triplet: EA, 59 and A1. RGB value is (234,89,161). Sum of RGB (Red+Green+Blue) = 234+89+161=484 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.35% from 484); Green value is 89 (35.16% from 255 or 18.39% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 234 - color contains mainly: red. Hex color #EA59A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA59A1 is #15A65E. Grayscale: #8C8C8C. Windows color (decimal): -1418847 or 10574314. OLE color: 10574314.

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

Color convert

RGB 234 89 161 -
CMYK 0 0.62 0.31 0.08
HSL 330.21º 0.78% 0.63% -
HSV(B) 330.21º 0.62% 0.92% -
XYZ 43.94 27.21 36.65 -
YUV 140.56 139.54 194.65 -
System Red Green Blue C M Y K H S L
Decimal 234 89 161 0 0.62 0.31 0.08 330.21 0.78 0.63
Hex EA 59 A1 0 3E 1F 8 14A 4E 3F
Octal 352 131 241 0 76 37 10 512 116 77
Binary 11101010 1011001 10100001 0 111110 11111 1000 101001010 1001110 111111

Color Harmonies of #EA59A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA59A1

Black with #EA59A1

Text Example


Text Example

White with #EA59A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA59A1; }

 p { color: rgb(234,89,161); }

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

background-color css

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

 a { background-color: rgb(234,89,161); }

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

border-color css

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

 span { border-color: rgb(234,89,161); }

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