#EB5DAB

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

Shades of Brilliant Rose #EB5DAB

Tints of Brilliant Rose #EB5DAB

Color information

#EB5DAB (or 0xEB5DAB) is unknown color: approx Brilliant Rose. HEX triplet: EB, 5D and AB. RGB value is (235,93,171). Sum of RGB (Red+Green+Blue) = 235+93+171=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 93 (36.72% from 255 or 18.64% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5DAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5DAB is #14A254. Grayscale: #909090. Windows color (decimal): -1352277 or 11230699. OLE color: 11230699.

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

Color convert

RGB23593171-
CMYK00.600.270.08
HSL327.04º78.02%64.31%-
HSV(B)327.04º60.43%92.16%-
XYZ45.5328.4341.62-
YUV144.35143.04192.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.09%
GREEN value IS 93 (36.72% from 255) = 18.64%
BLUE value IS 171 (67.19% from 255) = 34.27%
R=47.09%
G=18.64%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359317100.600.270.08327.0478.0264.31
HexEB5DAB03C1B81474e40
Octal3531352530743310507116100
Binary11101011101110110101011011110011011100010100011110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5DAB; }

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

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

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

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

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

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

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

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