#EA50AB

Color #EA50AB Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #EA50AB

Tints of Brilliant Rose #EA50AB

Color information

#EA50AB (or 0xEA50AB) is unknown color: approx 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

RGB23480171-
CMYK00.660.270.08
HSL324.55º78.57%61.57%-
HSV(B)324.55º65.81%91.76%-
XYZ44.1526.1741.25-
YUV136.42147.52197.6-

RGB Variations

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

RGB

RED value IS 234 (91.80% 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 (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348017100.660.270.08324.5578.5761.57
HexEA50AB0421B81454f3e
Octal3521202530102331050511776
Binary11101010101000010101011010000101101110001010001011001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA50AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>