#EB5AA7

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

Shades of Brilliant Rose #EB5AA7

Tints of Brilliant Rose #EB5AA7

Color information

#EB5AA7 (or 0xEB5AA7) is unknown color: approx Brilliant Rose. HEX triplet: EB, 5A and A7. RGB value is (235,90,167). Sum of RGB (Red+Green+Blue) = 235+90+167=492 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.76% from 492); Green value is 90 (35.55% from 255 or 18.29% from 492); Blue value is 167 (65.62% from 255 or 33.94% from 492); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5AA7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5AA7 is #14A558. Grayscale: #8D8D8D. Windows color (decimal): -1353049 or 10967787. OLE color: 10967787.

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

Color convert

RGB23590167-
CMYK00.620.290.08
HSL328.14º78.38%63.73%-
HSV(B)328.14º61.7%92.16%-
XYZ44.8927.7639.55-
YUV142.13142.04194.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.76%
GREEN value IS 90 (35.55% from 255) = 18.29%
BLUE value IS 167 (65.62% from 255) = 33.94%
R=47.76%
G=18.29%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359016700.620.290.08328.1478.3863.73
HexEB5AA703E1D81484e40
Octal3531322470763510510116100
Binary11101011101101010100111011111011101100010100100010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5AA7; }

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

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

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

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

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

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

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

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