Html Css Color HEX #EA50AA Brilliant Rose

📋 copy color: '#EA50AA'

red 234 ◦ green 80 ◦ blue 170

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

Shades of Brilliant Rose #EA50AA

Tints of Brilliant Rose #EA50AA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.53%

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

R = 48.35%
G = 16.53%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EA50AA (or 0xEA50AA) is known color: Brilliant Rose. HEX triplet: EA, 50 and AA. RGB value is (234,80,170). Sum of RGB (Red+Green+Blue) = 234+80+170=484 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.35% from 484); Green value is 80 (31.64% from 255 or 16.53% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 234 - color contains mainly: red. Hex color #EA50AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA50AA is #15AF55. Grayscale: #888888. Windows color (decimal): -1421142 or 11161834. OLE color: 11161834.

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

Color convert

RGB 234 80 170 -
CMYK 0 0.66 0.27 0.08
HSL 324.94º 0.79% 0.62% -
HSV(B) 324.94º 0.66% 0.92% -
XYZ 44.06 26.13 40.75 -
YUV 136.31 147.02 197.68 -
System Red Green Blue C M Y K H S L
Decimal 234 80 170 0 0.66 0.27 0.08 324.94 0.79 0.62
Hex EA 50 AA 0 42 1B 8 145 4F 3E
Octal 352 120 252 0 102 33 10 505 117 76
Binary 11101010 1010000 10101010 0 1000010 11011 1000 101000101 1001111 111110

Color Harmonies of #EA50AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA50AA

Black with #EA50AA

Text Example


Text Example

White with #EA50AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA50AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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