Html Css Color HEX #EC4F90 French Rose

📋 copy color: '#EC4F90'

red 236 ◦ green 79 ◦ blue 144

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

Shades of French Rose #EC4F90

Tints of French Rose #EC4F90

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.21%

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

R = 51.42%
G = 17.21%
B = 31.37%

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

#EC4F90 (or 0xEC4F90) is known color: French Rose. HEX triplet: EC, 4F and 90. RGB value is (236,79,144). Sum of RGB (Red+Green+Blue) = 236+79+144=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 79 (31.25% from 255 or 17.21% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4F90 is #13B06F. Grayscale: #858585. Windows color (decimal): -1290352 or 9457644. OLE color: 9457644.

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

Color convert

RGB 236 79 144 -
CMYK 0 0.67 0.39 0.07
HSL 335.16º 0.81% 0.62% -
HSV(B) 335.16º 0.67% 0.93% -
XYZ 42.42 25.44 29.06 -
YUV 133.35 134.01 201.21 -
System Red Green Blue C M Y K H S L
Decimal 236 79 144 0 0.67 0.39 0.07 335.16 0.81 0.62
Hex EC 4F 90 0 43 27 7 14F 51 3E
Octal 354 117 220 0 103 47 7 517 121 76
Binary 11101100 1001111 10010000 0 1000011 100111 111 101001111 1010001 111110

Color Harmonies of #EC4F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4F90

Black with #EC4F90

Text Example


Text Example

White with #EC4F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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