Html Css Color HEX #EB498B French Rose

📋 copy color: '#EB498B'

red 235 ◦ green 73 ◦ blue 139

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

Shades of French Rose #EB498B

Tints of French Rose #EB498B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.1%

R = 52.57%
G = 16.33%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB498B (or 0xEB498B) is known color: French Rose. HEX triplet: EB, 49 and 8B. RGB value is (235,73,139). Sum of RGB (Red+Green+Blue) = 235+73+139=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EB498B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB498B is #14B674. Grayscale: #808080. Windows color (decimal): -1357429 or 9128427. OLE color: 9128427.

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

Color convert

RGB 235 73 139 -
CMYK 0 0.69 0.41 0.08
HSL 335.56º 0.8% 0.6% -
HSV(B) 335.56º 0.69% 0.92% -
XYZ 41.3 24.29 26.94 -
YUV 128.96 133.67 203.63 -
System Red Green Blue C M Y K H S L
Decimal 235 73 139 0 0.69 0.41 0.08 335.56 0.8 0.6
Hex EB 49 8B 0 45 29 8 150 50 3C
Octal 353 111 213 0 105 51 10 520 120 74
Binary 11101011 1001001 10001011 0 1000101 101001 1000 101010000 1010000 111100

Color Harmonies of #EB498B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB498B

Black with #EB498B

Text Example


Text Example

White with #EB498B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB498B; }

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

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

background-color css

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

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

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

border-color css

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

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

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