Html Css Color HEX #EC4A99 French Rose

📋 copy color: '#EC4A99'

red 236 ◦ green 74 ◦ blue 153

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

Shades of French Rose #EC4A99

Tints of French Rose #EC4A99

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.98%

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

R = 50.97%
G = 15.98%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EC4A99 (or 0xEC4A99) is known color: French Rose. HEX triplet: EC, 4A and 99. RGB value is (236,74,153). Sum of RGB (Red+Green+Blue) = 236+74+153=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 74 (29.30% from 255 or 15.98% from 463); Blue value is 153 (60.16% from 255 or 33.05% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4A99 is #13B566. Grayscale: #838383. Windows color (decimal): -1291623 or 10046188. OLE color: 10046188.

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

Color convert

RGB 236 74 153 -
CMYK 0 0.69 0.35 0.07
HSL 330.74º 0.81% 0.61% -
HSV(B) 330.74º 0.69% 0.93% -
XYZ 42.79 25.03 32.71 -
YUV 131.44 140.17 202.58 -
System Red Green Blue C M Y K H S L
Decimal 236 74 153 0 0.69 0.35 0.07 330.74 0.81 0.61
Hex EC 4A 99 0 45 23 7 14B 51 3D
Octal 354 112 231 0 105 43 7 513 121 75
Binary 11101100 1001010 10011001 0 1000101 100011 111 101001011 1010001 111101

Color Harmonies of #EC4A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4A99

Black with #EC4A99

Text Example


Text Example

White with #EC4A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4A99; }

 p { color: rgb(236,74,153); }

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

background-color css

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

 a { background-color: rgb(236,74,153); }

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

border-color css

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

 span { border-color: rgb(236,74,153); }

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