Html Css Color HEX #EC4895 French Rose

📋 copy color: '#EC4895'

red 236 ◦ green 72 ◦ blue 149

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

Shades of French Rose #EC4895

Tints of French Rose #EC4895

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.75%

 BLUE value IS 149 (58.59% from 255) = 32.6%

R = 51.64%
G = 15.75%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC4895 (or 0xEC4895) is known color: French Rose. HEX triplet: EC, 48 and 95. RGB value is (236,72,149). Sum of RGB (Red+Green+Blue) = 236+72+149=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 72 (28.52% from 255 or 15.75% from 457); Blue value is 149 (58.59% from 255 or 32.60% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4895 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4895 is #13B76A. Grayscale: #818181. Windows color (decimal): -1292139 or 9783532. OLE color: 9783532.

HSL color Cylindrical-coordinate representation of color #EC4895: hue angle of 331.83º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC4895 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 72 149 -
CMYK 0 0.69 0.37 0.07
HSL 331.83º 0.81% 0.6% -
HSV(B) 331.83º 0.69% 0.93% -
XYZ 42.33 24.64 30.96 -
YUV 129.81 138.83 203.74 -
System Red Green Blue C M Y K H S L
Decimal 236 72 149 0 0.69 0.37 0.07 331.83 0.81 0.6
Hex EC 48 95 0 45 25 7 14C 51 3C
Octal 354 110 225 0 105 45 7 514 121 74
Binary 11101100 1001000 10010101 0 1000101 100101 111 101001100 1010001 111100

Color Harmonies of #EC4895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4895

Black with #EC4895

Text Example


Text Example

White with #EC4895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4895; }

 p { color: rgb(236,72,149); }

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

background-color css

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

 a { background-color: rgb(236,72,149); }

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

border-color css

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

 span { border-color: rgb(236,72,149); }

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