#EB5D9A

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

Shades of Brilliant Rose #EB5D9A

Tints of Brilliant Rose #EB5D9A

Color information

#EB5D9A (or 0xEB5D9A) is unknown color: approx Brilliant Rose. HEX triplet: EB, 5D and 9A. RGB value is (235,93,154). Sum of RGB (Red+Green+Blue) = 235+93+154=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5D9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5D9A is #14A265. Grayscale: #8E8E8E. Windows color (decimal): -1352294 or 10116587. OLE color: 10116587.

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

Color convert

RGB23593154-
CMYK00.600.340.08
HSL334.23º78.02%64.31%-
HSV(B)334.23º60.43%92.16%-
XYZ44.0127.8233.62-
YUV142.41134.54194.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.76%
GREEN value IS 93 (36.72% from 255) = 19.29%
BLUE value IS 154 (60.55% from 255) = 31.95%
R=48.76%
G=19.29%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359315400.600.340.08334.2378.0264.31
HexEB5D9A03C22814e4e40
Octal3531352320744210516116100
Binary111010111011101100110100111100100010100010100111010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5D9A; }

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

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

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

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

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

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

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

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