Html Css Color HEX #EA5EAA Brilliant Rose

📋 copy color: '#EA5EAA'

red 234 ◦ green 94 ◦ blue 170

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

Shades of Brilliant Rose #EA5EAA

Tints of Brilliant Rose #EA5EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.14%

R = 46.99%
G = 18.88%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EA5EAA (or 0xEA5EAA) is known color: Brilliant Rose. HEX triplet: EA, 5E and AA. RGB value is (234,94,170). Sum of RGB (Red+Green+Blue) = 234+94+170=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 94 (37.11% from 255 or 18.88% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5EAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5EAA is #15A155. Grayscale: #909090. Windows color (decimal): -1417558 or 11165418. OLE color: 11165418.

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

Color convert

RGB 234 94 170 -
CMYK 0 0.60 0.27 0.08
HSL 327.43º 0.77% 0.64% -
HSV(B) 327.43º 0.6% 0.92% -
XYZ 45.19 28.4 41.13 -
YUV 144.52 142.38 191.82 -
System Red Green Blue C M Y K H S L
Decimal 234 94 170 0 0.60 0.27 0.08 327.43 0.77 0.64
Hex EA 5E AA 0 3C 1B 8 147 4D 40
Octal 352 136 252 0 74 33 10 507 115 100
Binary 11101010 1011110 10101010 0 111100 11011 1000 101000111 1001101 1000000

Color Harmonies of #EA5EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5EAA

Black with #EA5EAA

Text Example


Text Example

White with #EA5EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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