Html Css Color HEX #EC4F91 French Rose

📋 copy color: '#EC4F91'

red 236 ◦ green 79 ◦ blue 145

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

Shades of French Rose #EC4F91

Tints of French Rose #EC4F91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 31.52%

R = 51.3%
G = 17.17%
B = 31.52%

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

#EC4F91 (or 0xEC4F91) is known color: French Rose. HEX triplet: EC, 4F and 91. RGB value is (236,79,145). Sum of RGB (Red+Green+Blue) = 236+79+145=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 79 (31.25% from 255 or 17.17% from 460); Blue value is 145 (57.03% from 255 or 31.52% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4F91 is #13B06E. Grayscale: #858585. Windows color (decimal): -1290351 or 9523180. OLE color: 9523180.

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

Color convert

RGB 236 79 145 -
CMYK 0 0.67 0.39 0.07
HSL 334.78º 0.81% 0.62% -
HSV(B) 334.78º 0.67% 0.93% -
XYZ 42.5 25.47 29.46 -
YUV 133.47 134.51 201.13 -
System Red Green Blue C M Y K H S L
Decimal 236 79 145 0 0.67 0.39 0.07 334.78 0.81 0.62
Hex EC 4F 91 0 43 27 7 14F 51 3E
Octal 354 117 221 0 103 47 7 517 121 76
Binary 11101100 1001111 10010001 0 1000011 100111 111 101001111 1010001 111110

Color Harmonies of #EC4F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4F91

Black with #EC4F91

Text Example


Text Example

White with #EC4F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4F91; }

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

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

background-color css

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

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

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

border-color css

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

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

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