Html Css Color HEX #EA599C Brilliant Rose

📋 copy color: '#EA599C'

red 234 ◦ green 89 ◦ blue 156

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

Shades of Brilliant Rose #EA599C

Tints of Brilliant Rose #EA599C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.57%

R = 48.85%
G = 18.58%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EA599C (or 0xEA599C) is known color: Brilliant Rose. HEX triplet: EA, 59 and 9C. RGB value is (234,89,156). Sum of RGB (Red+Green+Blue) = 234+89+156=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 89 (35.16% from 255 or 18.58% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EA599C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA599C is #15A663. Grayscale: #8B8B8B. Windows color (decimal): -1418852 or 10246634. OLE color: 10246634.

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

Color convert

RGB 234 89 156 -
CMYK 0 0.62 0.33 0.08
HSL 332.28º 0.78% 0.63% -
HSV(B) 332.28º 0.62% 0.92% -
XYZ 43.5 27.04 34.38 -
YUV 139.99 137.04 195.05 -
System Red Green Blue C M Y K H S L
Decimal 234 89 156 0 0.62 0.33 0.08 332.28 0.78 0.63
Hex EA 59 9C 0 3E 21 8 14C 4E 3F
Octal 352 131 234 0 76 41 10 514 116 77
Binary 11101010 1011001 10011100 0 111110 100001 1000 101001100 1001110 111111

Color Harmonies of #EA599C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA599C

Black with #EA599C

Text Example


Text Example

White with #EA599C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA599C; }

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

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

background-color css

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

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

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

border-color css

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

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

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