Html Css Color HEX #EC4D95 French Rose

📋 copy color: '#EC4D95'

red 236 ◦ green 77 ◦ blue 149

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

Shades of French Rose #EC4D95

Tints of French Rose #EC4D95

RGB

 RED value IS 236 (92.58% from 255) = 51.08%

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

 BLUE value IS 149 (58.59% from 255) = 32.25%

R = 51.08%
G = 16.67%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC4D95 (or 0xEC4D95) is known color: French Rose. HEX triplet: EC, 4D and 95. RGB value is (236,77,149). Sum of RGB (Red+Green+Blue) = 236+77+149=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 149 (58.59% from 255 or 32.25% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4D95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4D95 is #13B26A. Grayscale: #848484. Windows color (decimal): -1290859 or 9784812. OLE color: 9784812.

HSL color Cylindrical-coordinate representation of color #EC4D95: hue angle of 332.83º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4D95 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 77 149 -
CMYK 0 0.67 0.37 0.07
HSL 332.83º 0.81% 0.61% -
HSV(B) 332.83º 0.67% 0.93% -
XYZ 42.67 25.31 31.07 -
YUV 132.75 137.18 201.65 -
System Red Green Blue C M Y K H S L
Decimal 236 77 149 0 0.67 0.37 0.07 332.83 0.81 0.61
Hex EC 4D 95 0 43 25 7 14D 51 3D
Octal 354 115 225 0 103 45 7 515 121 75
Binary 11101100 1001101 10010101 0 1000011 100101 111 101001101 1010001 111101

Color Harmonies of #EC4D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4D95

Black with #EC4D95

Text Example


Text Example

White with #EC4D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4D95; }

 p { color: rgb(236,77,149); }

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

background-color css

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

 a { background-color: rgb(236,77,149); }

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

border-color css

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

 span { border-color: rgb(236,77,149); }

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