Html Css Color HEX #EC4D8D French Rose

📋 copy color: '#EC4D8D'

red 236 ◦ green 77 ◦ blue 141

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

Shades of French Rose #EC4D8D

Tints of French Rose #EC4D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.06%

R = 51.98%
G = 16.96%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC4D8D (or 0xEC4D8D) is known color: French Rose. HEX triplet: EC, 4D and 8D. RGB value is (236,77,141). Sum of RGB (Red+Green+Blue) = 236+77+141=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4D8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4D8D is #13B272. Grayscale: #838383. Windows color (decimal): -1290867 or 9260524. OLE color: 9260524.

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

Color convert

RGB 236 77 141 -
CMYK 0 0.67 0.40 0.07
HSL 335.85º 0.81% 0.61% -
HSV(B) 335.85º 0.67% 0.93% -
XYZ 42.05 25.06 27.82 -
YUV 131.84 133.18 202.3 -
System Red Green Blue C M Y K H S L
Decimal 236 77 141 0 0.67 0.40 0.07 335.85 0.81 0.61
Hex EC 4D 8D 0 43 28 7 150 51 3D
Octal 354 115 215 0 103 50 7 520 121 75
Binary 11101100 1001101 10001101 0 1000011 101000 111 101010000 1010001 111101

Color Harmonies of #EC4D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4D8D

Black with #EC4D8D

Text Example


Text Example

White with #EC4D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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