Html Css Color HEX #EC4D86 French Rose

📋 copy color: '#EC4D86'

red 236 ◦ green 77 ◦ blue 134

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

Shades of French Rose #EC4D86

Tints of French Rose #EC4D86

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.23%

 BLUE value IS 134 (52.73% from 255) = 29.98%

R = 52.8%
G = 17.23%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EC4D86 (or 0xEC4D86) is known color: French Rose. HEX triplet: EC, 4D and 86. RGB value is (236,77,134). Sum of RGB (Red+Green+Blue) = 236+77+134=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 134 (52.73% from 255 or 29.98% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4D86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4D86 is #13B279. Grayscale: #828282. Windows color (decimal): -1290874 or 8801772. OLE color: 8801772.

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

Color convert

RGB 236 77 134 -
CMYK 0 0.67 0.43 0.07
HSL 338.49º 0.81% 0.61% -
HSV(B) 338.49º 0.67% 0.93% -
XYZ 41.55 24.86 25.16 -
YUV 131.04 129.68 202.87 -
System Red Green Blue C M Y K H S L
Decimal 236 77 134 0 0.67 0.43 0.07 338.49 0.81 0.61
Hex EC 4D 86 0 43 2B 7 152 51 3D
Octal 354 115 206 0 103 53 7 522 121 75
Binary 11101100 1001101 10000110 0 1000011 101011 111 101010010 1010001 111101

Color Harmonies of #EC4D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4D86

Black with #EC4D86

Text Example


Text Example

White with #EC4D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4D86; }

 p { color: rgb(236,77,134); }

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

background-color css

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

 a { background-color: rgb(236,77,134); }

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

border-color css

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

 span { border-color: rgb(236,77,134); }

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