Html Css Color HEX #EC4E90 French Rose

📋 copy color: '#EC4E90'

red 236 ◦ green 78 ◦ blue 144

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

Shades of French Rose #EC4E90

Tints of French Rose #EC4E90

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.03%

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

R = 51.53%
G = 17.03%
B = 31.44%

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

#EC4E90 (or 0xEC4E90) is known color: French Rose. HEX triplet: EC, 4E and 90. RGB value is (236,78,144). Sum of RGB (Red+Green+Blue) = 236+78+144=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 78 (30.86% from 255 or 17.03% from 458); Blue value is 144 (56.64% from 255 or 31.44% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4E90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4E90 is #13B16F. Grayscale: #848484. Windows color (decimal): -1290608 or 9457388. OLE color: 9457388.

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

Color convert

RGB 236 78 144 -
CMYK 0 0.67 0.39 0.07
HSL 334.94º 0.81% 0.62% -
HSV(B) 334.94º 0.67% 0.93% -
XYZ 42.35 25.3 29.04 -
YUV 132.77 134.35 201.63 -
System Red Green Blue C M Y K H S L
Decimal 236 78 144 0 0.67 0.39 0.07 334.94 0.81 0.62
Hex EC 4E 90 0 43 27 7 14F 51 3E
Octal 354 116 220 0 103 47 7 517 121 76
Binary 11101100 1001110 10010000 0 1000011 100111 111 101001111 1010001 111110

Color Harmonies of #EC4E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4E90

Black with #EC4E90

Text Example


Text Example

White with #EC4E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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