Html Css Color HEX #EB499C French Rose

📋 copy color: '#EB499C'

red 235 ◦ green 73 ◦ blue 156

#EB499C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Rose #EB499C

Tints of French Rose #EB499C

RGB

 RED value IS 235 (92.19% from 255) = 50.65%

 GREEN value IS 73 (28.91% from 255) = 15.73%

 BLUE value IS 156 (61.33% from 255) = 33.62%

R = 50.65%
G = 15.73%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB499C (or 0xEB499C) is known color: French Rose. HEX triplet: EB, 49 and 9C. RGB value is (235,73,156). Sum of RGB (Red+Green+Blue) = 235+73+156=464 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.65% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 235 - color contains mainly: red. Hex color #EB499C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB499C is #14B663. Grayscale: #828282. Windows color (decimal): -1357412 or 10242539. OLE color: 10242539.

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

Color convert

RGB 235 73 156 -
CMYK 0 0.69 0.34 0.08
HSL 329.26º 0.8% 0.6% -
HSV(B) 329.26º 0.69% 0.92% -
XYZ 42.64 24.83 34 -
YUV 130.9 142.17 202.25 -
System Red Green Blue C M Y K H S L
Decimal 235 73 156 0 0.69 0.34 0.08 329.26 0.8 0.6
Hex EB 49 9C 0 45 22 8 149 50 3C
Octal 353 111 234 0 105 42 10 511 120 74
Binary 11101011 1001001 10011100 0 1000101 100010 1000 101001001 1010000 111100

Color Harmonies of #EB499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB499C

Black with #EB499C

Text Example


Text Example

White with #EB499C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB499C; }

 p { color: rgb(235,73,156); }

 H1.HeaderClassName
 {
   color: #EB499C;
 }
 .AnyTagClassName
 {
   color: #EB499C;
 }
</style>

background-color css

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

 a { background-color: rgb(235,73,156); }

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

border-color css

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

 span { border-color: rgb(235,73,156); }

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