Html Css Color HEX #EC4D90 French Rose

📋 copy color: '#EC4D90'

red 236 ◦ green 77 ◦ blue 144

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

Shades of French Rose #EC4D90

Tints of French Rose #EC4D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.51%

R = 51.64%
G = 16.85%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC4D90 (or 0xEC4D90) is known color: French Rose. HEX triplet: EC, 4D and 90. RGB value is (236,77,144). Sum of RGB (Red+Green+Blue) = 236+77+144=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4D90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4D90 is #13B26F. Grayscale: #848484. Windows color (decimal): -1290864 or 9457132. OLE color: 9457132.

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

Color convert

RGB 236 77 144 -
CMYK 0 0.67 0.39 0.07
HSL 334.72º 0.81% 0.61% -
HSV(B) 334.72º 0.67% 0.93% -
XYZ 42.28 25.15 29.01 -
YUV 132.18 134.68 202.05 -
System Red Green Blue C M Y K H S L
Decimal 236 77 144 0 0.67 0.39 0.07 334.72 0.81 0.61
Hex EC 4D 90 0 43 27 7 14F 51 3D
Octal 354 115 220 0 103 47 7 517 121 75
Binary 11101100 1001101 10010000 0 1000011 100111 111 101001111 1010001 111101

Color Harmonies of #EC4D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4D90

Black with #EC4D90

Text Example


Text Example

White with #EC4D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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