Html Css Color HEX #EC4E92 French Rose

📋 copy color: '#EC4E92'

red 236 ◦ green 78 ◦ blue 146

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

Shades of French Rose #EC4E92

Tints of French Rose #EC4E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.74%

R = 51.3%
G = 16.96%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EC4E92 (or 0xEC4E92) is known color: French Rose. HEX triplet: EC, 4E and 92. RGB value is (236,78,146). Sum of RGB (Red+Green+Blue) = 236+78+146=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 78 (30.86% from 255 or 16.96% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4E92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4E92 is #13B16D. Grayscale: #848484. Windows color (decimal): -1290606 or 9588460. OLE color: 9588460.

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

Color convert

RGB 236 78 146 -
CMYK 0 0.67 0.38 0.07
HSL 334.18º 0.81% 0.62% -
HSV(B) 334.18º 0.67% 0.93% -
XYZ 42.5 25.36 29.85 -
YUV 132.99 135.35 201.47 -
System Red Green Blue C M Y K H S L
Decimal 236 78 146 0 0.67 0.38 0.07 334.18 0.81 0.62
Hex EC 4E 92 0 43 26 7 14E 51 3E
Octal 354 116 222 0 103 46 7 516 121 76
Binary 11101100 1001110 10010010 0 1000011 100110 111 101001110 1010001 111110

Color Harmonies of #EC4E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4E92

Black with #EC4E92

Text Example


Text Example

White with #EC4E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4E92; }

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

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

background-color css

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

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

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

border-color css

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

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

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