#EB508A

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

Shades of French Rose #EB508A

Tints of French Rose #EB508A

Color information

#EB508A (or 0xEB508A) is unknown color: approx French Rose. HEX triplet: EB, 50 and 8A. RGB value is (235,80,138). Sum of RGB (Red+Green+Blue) = 235+80+138=453 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.88% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 235 - color contains mainly: red. Hex color #EB508A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB508A is #14AF75. Grayscale: #848484. Windows color (decimal): -1355638 or 9064683. OLE color: 9064683.

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

Color convert

RGB23580138-
CMYK00.660.410.08
HSL337.55º79.49%61.76%-
HSV(B)337.55º65.96%92.16%-
XYZ41.7225.2326.72-
YUV132.96130.85200.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.88%
GREEN value IS 80 (31.64% from 255) = 17.66%
BLUE value IS 138 (54.30% from 255) = 30.46%
R=51.88%
G=17.66%
B=30.46%

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
Decimal2358013800.660.410.08337.5579.4961.76
HexEB508A0422981524f3e
Octal3531202120102511052211776
Binary111010111010000100010100100001010100110001010100101001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB508A; }

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

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

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

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

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

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

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

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