Html Css Color HEX #EC4D8B French Rose

📋 copy color: '#EC4D8B'

red 236 ◦ green 77 ◦ blue 139

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

Shades of French Rose #EC4D8B

Tints of French Rose #EC4D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.75%

R = 52.21%
G = 17.04%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC4D8B (or 0xEC4D8B) is known color: French Rose. HEX triplet: EC, 4D and 8B. RGB value is (236,77,139). Sum of RGB (Red+Green+Blue) = 236+77+139=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4D8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4D8B is #13B274. Grayscale: #838383. Windows color (decimal): -1290869 or 9129452. OLE color: 9129452.

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

Color convert

RGB 236 77 139 -
CMYK 0 0.67 0.41 0.07
HSL 336.6º 0.81% 0.61% -
HSV(B) 336.6º 0.67% 0.93% -
XYZ 41.91 25 27.04 -
YUV 131.61 132.18 202.46 -
System Red Green Blue C M Y K H S L
Decimal 236 77 139 0 0.67 0.41 0.07 336.6 0.81 0.61
Hex EC 4D 8B 0 43 29 7 151 51 3D
Octal 354 115 213 0 103 51 7 521 121 75
Binary 11101100 1001101 10001011 0 1000011 101001 111 101010001 1010001 111101

Color Harmonies of #EC4D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4D8B

Black with #EC4D8B

Text Example


Text Example

White with #EC4D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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