#EB5E9E

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

Shades of Brilliant Rose #EB5E9E

Tints of Brilliant Rose #EB5E9E

Color information

#EB5E9E (or 0xEB5E9E) is unknown color: approx Brilliant Rose. HEX triplet: EB, 5E and 9E. RGB value is (235,94,158). Sum of RGB (Red+Green+Blue) = 235+94+158=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 94 (37.11% from 255 or 19.30% from 487); Blue value is 158 (62.11% from 255 or 32.44% from 487); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5E9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5E9E is #14A161. Grayscale: #8F8F8F. Windows color (decimal): -1352034 or 10378987. OLE color: 10378987.

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

Color convert

RGB23594158-
CMYK00.60.330.08
HSL332.77º77.9%64.51%-
HSV(B)332.77º60%92.16%-
XYZ44.4428.1435.44-
YUV143.45136.21193.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.25%
GREEN value IS 94 (37.11% from 255) = 19.30%
BLUE value IS 158 (62.11% from 255) = 32.44%
R=48.25%
G=19.30%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359415800.60.330.08332.7777.964.51
HexEB5E9E03C21814d4e41
Octal3531362360744110515116101
Binary111010111011110100111100111100100001100010100110110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5E9E; }

 p { color: rgb(235,94,158); }

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

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

 a { background-color: rgb(235,94,158); }

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

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

 span { border-color: rgb(235,94,158); }

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