#EB5AA9

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

Shades of Brilliant Rose #EB5AA9

Tints of Brilliant Rose #EB5AA9

Color information

#EB5AA9 (or 0xEB5AA9) is unknown color: approx Brilliant Rose. HEX triplet: EB, 5A and A9. RGB value is (235,90,169). Sum of RGB (Red+Green+Blue) = 235+90+169=494 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.57% from 494); Green value is 90 (35.55% from 255 or 18.22% from 494); Blue value is 169 (66.41% from 255 or 34.21% from 494); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5AA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5AA9 is #14A556. Grayscale: #8E8E8E. Windows color (decimal): -1353047 or 11098859. OLE color: 11098859.

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

Color convert

RGB23590169-
CMYK00.620.280.08
HSL327.31º78.38%63.73%-
HSV(B)327.31º61.7%92.16%-
XYZ45.0827.8440.53-
YUV142.36143.04194.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.57%
GREEN value IS 90 (35.55% from 255) = 18.22%
BLUE value IS 169 (66.41% from 255) = 34.21%
R=47.57%
G=18.22%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359016900.620.280.08327.3178.3863.73
HexEB5AA903E1C81474e40
Octal3531322510763410507116100
Binary11101011101101010101001011111011100100010100011110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5AA9; }

 p { color: rgb(235,90,169); }

 H1.HeaderClassName
 {
   color: #EB5AA9;
 }
 .AnyTagClassName
 {
   color: #EB5AA9;
 }
</style>
background-color css

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

 a { background-color: rgb(235,90,169); }

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

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

 span { border-color: rgb(235,90,169); }

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