Html Css Color HEX #EA5E9A Brilliant Rose

📋 copy color: '#EA5E9A'

red 234 ◦ green 94 ◦ blue 154

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

Shades of Brilliant Rose #EA5E9A

Tints of Brilliant Rose #EA5E9A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.5%

 BLUE value IS 154 (60.55% from 255) = 31.95%

R = 48.55%
G = 19.5%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EA5E9A (or 0xEA5E9A) is known color: Brilliant Rose. HEX triplet: EA, 5E and 9A. RGB value is (234,94,154). Sum of RGB (Red+Green+Blue) = 234+94+154=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 94 (37.11% from 255 or 19.50% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5E9A is #15A165. Grayscale: #8E8E8E. Windows color (decimal): -1417574 or 10116842. OLE color: 10116842.

HSL color Cylindrical-coordinate representation of color #EA5E9A: hue angle of 334.29º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA5E9A is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 94 154 -
CMYK 0 0.60 0.34 0.08
HSL 334.29º 0.77% 0.64% -
HSV(B) 334.29º 0.6% 0.92% -
XYZ 43.77 27.83 33.64 -
YUV 142.7 134.38 193.12 -
System Red Green Blue C M Y K H S L
Decimal 234 94 154 0 0.60 0.34 0.08 334.29 0.77 0.64
Hex EA 5E 9A 0 3C 22 8 14E 4D 40
Octal 352 136 232 0 74 42 10 516 115 100
Binary 11101010 1011110 10011010 0 111100 100010 1000 101001110 1001101 1000000

Color Harmonies of #EA5E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5E9A

Black with #EA5E9A

Text Example


Text Example

White with #EA5E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5E9A; }

 p { color: rgb(234,94,154); }

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

background-color css

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

 a { background-color: rgb(234,94,154); }

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

border-color css

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

 span { border-color: rgb(234,94,154); }

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