Html Css Color HEX #EC4993 French Rose

📋 copy color: '#EC4993'

red 236 ◦ green 73 ◦ blue 147

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

Shades of French Rose #EC4993

Tints of French Rose #EC4993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 32.24%

R = 51.75%
G = 16.01%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EC4993 (or 0xEC4993) is known color: French Rose. HEX triplet: EC, 49 and 93. RGB value is (236,73,147). Sum of RGB (Red+Green+Blue) = 236+73+147=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 147 (57.81% from 255 or 32.24% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4993 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4993 is #13B66C. Grayscale: #828282. Windows color (decimal): -1291885 or 9652716. OLE color: 9652716.

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

Color convert

RGB 236 73 147 -
CMYK 0 0.69 0.38 0.07
HSL 332.76º 0.81% 0.61% -
HSV(B) 332.76º 0.69% 0.93% -
XYZ 42.24 24.7 30.15 -
YUV 130.17 137.5 203.48 -
System Red Green Blue C M Y K H S L
Decimal 236 73 147 0 0.69 0.38 0.07 332.76 0.81 0.61
Hex EC 49 93 0 45 26 7 14D 51 3D
Octal 354 111 223 0 105 46 7 515 121 75
Binary 11101100 1001001 10010011 0 1000101 100110 111 101001101 1010001 111101

Color Harmonies of #EC4993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4993

Black with #EC4993

Text Example


Text Example

White with #EC4993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4993; }

 p { color: rgb(236,73,147); }

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

background-color css

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

 a { background-color: rgb(236,73,147); }

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

border-color css

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

 span { border-color: rgb(236,73,147); }

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