Html Css Color HEX #EB4D99 French Rose

📋 copy color: '#EB4D99'

red 235 ◦ green 77 ◦ blue 153

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

Shades of French Rose #EB4D99

Tints of French Rose #EB4D99

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.56%

 BLUE value IS 153 (60.16% from 255) = 32.9%

R = 50.54%
G = 16.56%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EB4D99 (or 0xEB4D99) is known color: French Rose. HEX triplet: EB, 4D and 99. RGB value is (235,77,153). Sum of RGB (Red+Green+Blue) = 235+77+153=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 153 (60.16% from 255 or 32.90% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4D99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB4D99 is #14B266. Grayscale: #848484. Windows color (decimal): -1356391 or 10046955. OLE color: 10046955.

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

Color convert

RGB 235 77 153 -
CMYK 0 0.67 0.35 0.08
HSL 331.14º 0.8% 0.61% -
HSV(B) 331.14º 0.67% 0.92% -
XYZ 42.66 25.27 32.77 -
YUV 132.91 139.35 200.82 -
System Red Green Blue C M Y K H S L
Decimal 235 77 153 0 0.67 0.35 0.08 331.14 0.8 0.61
Hex EB 4D 99 0 43 23 8 14B 50 3D
Octal 353 115 231 0 103 43 10 513 120 75
Binary 11101011 1001101 10011001 0 1000011 100011 1000 101001011 1010000 111101

Color Harmonies of #EB4D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4D99

Black with #EB4D99

Text Example


Text Example

White with #EB4D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4D99; }

 p { color: rgb(235,77,153); }

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

background-color css

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

 a { background-color: rgb(235,77,153); }

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

border-color css

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

 span { border-color: rgb(235,77,153); }

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