Html Css Color HEX #EB4997 French Rose

📋 copy color: '#EB4997'

red 235 ◦ green 73 ◦ blue 151

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

Shades of French Rose #EB4997

Tints of French Rose #EB4997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 32.9%

R = 51.2%
G = 15.9%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EB4997 (or 0xEB4997) is known color: French Rose. HEX triplet: EB, 49 and 97. RGB value is (235,73,151). Sum of RGB (Red+Green+Blue) = 235+73+151=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 73 (28.91% from 255 or 15.90% from 459); Blue value is 151 (59.38% from 255 or 32.90% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4997 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB4997 is #14B668. Grayscale: #828282. Windows color (decimal): -1357417 or 9914859. OLE color: 9914859.

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

Color convert

RGB 235 73 151 -
CMYK 0 0.69 0.36 0.08
HSL 331.11º 0.8% 0.6% -
HSV(B) 331.11º 0.69% 0.92% -
XYZ 42.23 24.66 31.81 -
YUV 130.33 139.67 202.66 -
System Red Green Blue C M Y K H S L
Decimal 235 73 151 0 0.69 0.36 0.08 331.11 0.8 0.6
Hex EB 49 97 0 45 24 8 14B 50 3C
Octal 353 111 227 0 105 44 10 513 120 74
Binary 11101011 1001001 10010111 0 1000101 100100 1000 101001011 1010000 111100

Color Harmonies of #EB4997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4997

Black with #EB4997

Text Example


Text Example

White with #EB4997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4997; }

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

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

background-color css

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

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

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

border-color css

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

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

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