#EB5E9D

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

Shades of Brilliant Rose #EB5E9D

Tints of Brilliant Rose #EB5E9D

Color information

#EB5E9D (or 0xEB5E9D) is unknown color: approx Brilliant Rose. HEX triplet: EB, 5E and 9D. RGB value is (235,94,157). Sum of RGB (Red+Green+Blue) = 235+94+157=486 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.35% from 486); Green value is 94 (37.11% from 255 or 19.34% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5E9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5E9D is #14A162. Grayscale: #8F8F8F. Windows color (decimal): -1352035 or 10313451. OLE color: 10313451.

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

Color convert

RGB23594157-
CMYK00.60.330.08
HSL333.19º77.9%64.51%-
HSV(B)333.19º60%92.16%-
XYZ44.3528.134.99-
YUV143.34135.71193.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.35%
GREEN value IS 94 (37.11% from 255) = 19.34%
BLUE value IS 157 (61.72% from 255) = 32.30%
R=48.35%
G=19.34%
B=32.30%

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
Decimal2359415700.60.330.08333.1977.964.51
HexEB5E9D03C21814d4e41
Octal3531362350744110515116101
Binary111010111011110100111010111100100001100010100110110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5E9D; }

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

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

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

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

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

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

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

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