#EB5DA5

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

Shades of Brilliant Rose #EB5DA5

Tints of Brilliant Rose #EB5DA5

Color information

#EB5DA5 (or 0xEB5DA5) is unknown color: approx Brilliant Rose. HEX triplet: EB, 5D and A5. RGB value is (235,93,165). Sum of RGB (Red+Green+Blue) = 235+93+165=493 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.67% from 493); Green value is 93 (36.72% from 255 or 18.86% from 493); Blue value is 165 (64.84% from 255 or 33.47% from 493); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5DA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5DA5 is #14A25A. Grayscale: #8F8F8F. Windows color (decimal): -1352283 or 10837483. OLE color: 10837483.

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

Color convert

RGB23593165-
CMYK00.600.300.08
HSL329.58º78.02%64.31%-
HSV(B)329.58º60.43%92.16%-
XYZ44.9728.2138.67-
YUV143.67140.04193.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.67%
GREEN value IS 93 (36.72% from 255) = 18.86%
BLUE value IS 165 (64.84% from 255) = 33.47%
R=47.67%
G=18.86%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359316500.600.300.08329.5878.0264.31
HexEB5DA503C1E814a4e40
Octal3531352450743610512116100
Binary11101011101110110100101011110011110100010100101010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5DA5; }

 p { color: rgb(235,93,165); }

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

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

 a { background-color: rgb(235,93,165); }

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

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

 span { border-color: rgb(235,93,165); }

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