Html Css Color HEX #EB498F French Rose

📋 copy color: '#EB498F'

red 235 ◦ green 73 ◦ blue 143

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

Shades of French Rose #EB498F

Tints of French Rose #EB498F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.71%

R = 52.11%
G = 16.19%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EB498F (or 0xEB498F) is known color: French Rose. HEX triplet: EB, 49 and 8F. RGB value is (235,73,143). Sum of RGB (Red+Green+Blue) = 235+73+143=451 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.11% from 451); Green value is 73 (28.91% from 255 or 16.19% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 235 - color contains mainly: red. Hex color #EB498F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB498F is #14B670. Grayscale: #818181. Windows color (decimal): -1357425 or 9390571. OLE color: 9390571.

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

Color convert

RGB 235 73 143 -
CMYK 0 0.69 0.39 0.08
HSL 334.07º 0.8% 0.6% -
HSV(B) 334.07º 0.69% 0.92% -
XYZ 41.6 24.41 28.51 -
YUV 129.42 135.67 203.31 -
System Red Green Blue C M Y K H S L
Decimal 235 73 143 0 0.69 0.39 0.08 334.07 0.8 0.6
Hex EB 49 8F 0 45 27 8 14E 50 3C
Octal 353 111 217 0 105 47 10 516 120 74
Binary 11101011 1001001 10001111 0 1000101 100111 1000 101001110 1010000 111100

Color Harmonies of #EB498F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB498F

Black with #EB498F

Text Example


Text Example

White with #EB498F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB498F; }

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

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

background-color css

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

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

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

border-color css

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

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

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