#EB508B

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

Shades of French Rose #EB508B

Tints of French Rose #EB508B

Color information

#EB508B (or 0xEB508B) is unknown color: approx French Rose. HEX triplet: EB, 50 and 8B. RGB value is (235,80,139). Sum of RGB (Red+Green+Blue) = 235+80+139=454 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.76% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 235 - color contains mainly: red. Hex color #EB508B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB508B is #14AF74. Grayscale: #848484. Windows color (decimal): -1355637 or 9130219. OLE color: 9130219.

HSL color Cylindrical-coordinate representation of color #EB508B: hue angle of 337.16º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EB508B is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB23580139-
CMYK00.660.410.08
HSL337.16º79.49%61.76%-
HSV(B)337.16º65.96%92.16%-
XYZ41.7925.2627.1-
YUV133.07131.35200.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.76%
GREEN value IS 80 (31.64% from 255) = 17.62%
BLUE value IS 139 (54.69% from 255) = 30.62%
R=51.76%
G=17.62%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2358013900.660.410.08337.1679.4961.76
HexEB508B0422981514f3e
Octal3531202130102511052111776
Binary111010111010000100010110100001010100110001010100011001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB508B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB508B; }

 p { color: rgb(235,80,139); }

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

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

 a { background-color: rgb(235,80,139); }

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

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

 span { border-color: rgb(235,80,139); }

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