Html Css Color HEX #EC4680 French Rose

📋 copy color: '#EC4680'

red 236 ◦ green 70 ◦ blue 128

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

Shades of French Rose #EC4680

Tints of French Rose #EC4680

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.13%

 BLUE value IS 128 (50.39% from 255) = 29.49%

R = 54.38%
G = 16.13%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC4680 (or 0xEC4680) is known color: French Rose. HEX triplet: EC, 46 and 80. RGB value is (236,70,128). Sum of RGB (Red+Green+Blue) = 236+70+128=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 70 (27.73% from 255 or 16.13% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4680 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4680 is #13B97F. Grayscale: #7E7E7E. Windows color (decimal): -1292672 or 8406764. OLE color: 8406764.

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

Color convert

RGB 236 70 128 -
CMYK 0 0.70 0.46 0.07
HSL 339.04º 0.81% 0.6% -
HSV(B) 339.04º 0.7% 0.93% -
XYZ 40.68 23.77 22.87 -
YUV 126.25 129 206.28 -
System Red Green Blue C M Y K H S L
Decimal 236 70 128 0 0.70 0.46 0.07 339.04 0.81 0.6
Hex EC 46 80 0 46 2E 7 153 51 3C
Octal 354 106 200 0 106 56 7 523 121 74
Binary 11101100 1000110 10000000 0 1000110 101110 111 101010011 1010001 111100

Color Harmonies of #EC4680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4680

Black with #EC4680

Text Example


Text Example

White with #EC4680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4680; }

 p { color: rgb(236,70,128); }

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

background-color css

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

 a { background-color: rgb(236,70,128); }

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

border-color css

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

 span { border-color: rgb(236,70,128); }

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