Html Css Color HEX #EC4E98 French Rose

📋 copy color: '#EC4E98'

red 236 ◦ green 78 ◦ blue 152

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

Shades of French Rose #EC4E98

Tints of French Rose #EC4E98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 32.62%

R = 50.64%
G = 16.74%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC4E98 (or 0xEC4E98) is known color: French Rose. HEX triplet: EC, 4E and 98. RGB value is (236,78,152). Sum of RGB (Red+Green+Blue) = 236+78+152=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 78 (30.86% from 255 or 16.74% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4E98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4E98 is #13B167. Grayscale: #858585. Windows color (decimal): -1290600 or 9981676. OLE color: 9981676.

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

Color convert

RGB 236 78 152 -
CMYK 0 0.67 0.36 0.07
HSL 331.9º 0.81% 0.62% -
HSV(B) 331.9º 0.67% 0.93% -
XYZ 42.98 25.55 32.37 -
YUV 133.68 138.35 200.98 -
System Red Green Blue C M Y K H S L
Decimal 236 78 152 0 0.67 0.36 0.07 331.9 0.81 0.62
Hex EC 4E 98 0 43 24 7 14C 51 3E
Octal 354 116 230 0 103 44 7 514 121 76
Binary 11101100 1001110 10011000 0 1000011 100100 111 101001100 1010001 111110

Color Harmonies of #EC4E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4E98

Black with #EC4E98

Text Example


Text Example

White with #EC4E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4E98; }

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

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

background-color css

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

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

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

border-color css

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

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

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