Html Css Color HEX #EC4E8C French Rose

📋 copy color: '#EC4E8C'

red 236 ◦ green 78 ◦ blue 140

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

Shades of French Rose #EC4E8C

Tints of French Rose #EC4E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.84%

R = 51.98%
G = 17.18%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC4E8C (or 0xEC4E8C) is known color: French Rose. HEX triplet: EC, 4E and 8C. RGB value is (236,78,140). Sum of RGB (Red+Green+Blue) = 236+78+140=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 78 (30.86% from 255 or 17.18% from 454); Blue value is 140 (55.08% from 255 or 30.84% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4E8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4E8C is #13B173. Grayscale: #848484. Windows color (decimal): -1290612 or 9195244. OLE color: 9195244.

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

Color convert

RGB 236 78 140 -
CMYK 0 0.67 0.41 0.07
HSL 336.46º 0.81% 0.62% -
HSV(B) 336.46º 0.67% 0.93% -
XYZ 42.05 25.18 27.45 -
YUV 132.31 132.35 201.96 -
System Red Green Blue C M Y K H S L
Decimal 236 78 140 0 0.67 0.41 0.07 336.46 0.81 0.62
Hex EC 4E 8C 0 43 29 7 150 51 3E
Octal 354 116 214 0 103 51 7 520 121 76
Binary 11101100 1001110 10001100 0 1000011 101001 111 101010000 1010001 111110

Color Harmonies of #EC4E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4E8C

Black with #EC4E8C

Text Example


Text Example

White with #EC4E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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