Html Css Color HEX #EC4C90 French Rose

📋 copy color: '#EC4C90'

red 236 ◦ green 76 ◦ blue 144

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

Shades of French Rose #EC4C90

Tints of French Rose #EC4C90

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.67%

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

R = 51.75%
G = 16.67%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC4C90 (or 0xEC4C90) is known color: French Rose. HEX triplet: EC, 4C and 90. RGB value is (236,76,144). Sum of RGB (Red+Green+Blue) = 236+76+144=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 76 (30.08% from 255 or 16.67% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4C90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4C90 is #13B36F. Grayscale: #838383. Windows color (decimal): -1291120 or 9456876. OLE color: 9456876.

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

Color convert

RGB 236 76 144 -
CMYK 0 0.68 0.39 0.07
HSL 334.5º 0.81% 0.61% -
HSV(B) 334.5º 0.68% 0.93% -
XYZ 42.21 25.02 28.99 -
YUV 131.59 135.01 202.47 -
System Red Green Blue C M Y K H S L
Decimal 236 76 144 0 0.68 0.39 0.07 334.5 0.81 0.61
Hex EC 4C 90 0 44 27 7 14E 51 3D
Octal 354 114 220 0 104 47 7 516 121 75
Binary 11101100 1001100 10010000 0 1000100 100111 111 101001110 1010001 111101

Color Harmonies of #EC4C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4C90

Black with #EC4C90

Text Example


Text Example

White with #EC4C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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