Html Css Color HEX #EC4F98 French Rose

📋 copy color: '#EC4F98'

red 236 ◦ green 79 ◦ blue 152

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

Shades of French Rose #EC4F98

Tints of French Rose #EC4F98

RGB

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

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

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

R = 50.54%
G = 16.92%
B = 32.55%

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

#EC4F98 (or 0xEC4F98) is known color: French Rose. HEX triplet: EC, 4F and 98. RGB value is (236,79,152). Sum of RGB (Red+Green+Blue) = 236+79+152=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 79 (31.25% from 255 or 16.92% from 467); Blue value is 152 (59.77% from 255 or 32.55% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4F98 is #13B067. Grayscale: #868686. Windows color (decimal): -1290344 or 9981932. OLE color: 9981932.

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

Color convert

RGB 236 79 152 -
CMYK 0 0.67 0.36 0.07
HSL 332.1º 0.81% 0.62% -
HSV(B) 332.1º 0.67% 0.93% -
XYZ 43.06 25.69 32.4 -
YUV 134.27 138.01 200.56 -
System Red Green Blue C M Y K H S L
Decimal 236 79 152 0 0.67 0.36 0.07 332.1 0.81 0.62
Hex EC 4F 98 0 43 24 7 14C 51 3E
Octal 354 117 230 0 103 44 7 514 121 76
Binary 11101100 1001111 10011000 0 1000011 100100 111 101001100 1010001 111110

Color Harmonies of #EC4F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4F98

Black with #EC4F98

Text Example


Text Example

White with #EC4F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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