Html Css Color HEX #EA50AB Brilliant Rose

📋 copy color: '#EA50AB'

red 234 ◦ green 80 ◦ blue 171

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

Shades of Brilliant Rose #EA50AB

Tints of Brilliant Rose #EA50AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.26%

R = 48.25%
G = 16.49%
B = 35.26%

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

#EA50AB (or 0xEA50AB) is known color: Brilliant Rose. HEX triplet: EA, 50 and AB. RGB value is (234,80,171). Sum of RGB (Red+Green+Blue) = 234+80+171=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 80 (31.64% from 255 or 16.49% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EA50AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA50AB is #15AF54. Grayscale: #888888. Windows color (decimal): -1421141 or 11227370. OLE color: 11227370.

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

Color convert

RGB 234 80 171 -
CMYK 0 0.66 0.27 0.08
HSL 324.55º 0.79% 0.62% -
HSV(B) 324.55º 0.66% 0.92% -
XYZ 44.15 26.17 41.25 -
YUV 136.42 147.52 197.6 -
System Red Green Blue C M Y K H S L
Decimal 234 80 171 0 0.66 0.27 0.08 324.55 0.79 0.62
Hex EA 50 AB 0 42 1B 8 145 4F 3E
Octal 352 120 253 0 102 33 10 505 117 76
Binary 11101010 1010000 10101011 0 1000010 11011 1000 101000101 1001111 111110

Color Harmonies of #EA50AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA50AB

Black with #EA50AB

Text Example


Text Example

White with #EA50AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA50AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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