Html Css Color HEX #EC4D8A French Rose

📋 copy color: '#EC4D8A'

red 236 ◦ green 77 ◦ blue 138

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

Shades of French Rose #EC4D8A

Tints of French Rose #EC4D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.6%

R = 52.33%
G = 17.07%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC4D8A (or 0xEC4D8A) is known color: French Rose. HEX triplet: EC, 4D and 8A. RGB value is (236,77,138). Sum of RGB (Red+Green+Blue) = 236+77+138=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 77 (30.47% from 255 or 17.07% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4D8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4D8A is #13B275. Grayscale: #838383. Windows color (decimal): -1290870 or 9063916. OLE color: 9063916.

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

Color convert

RGB 236 77 138 -
CMYK 0 0.67 0.42 0.07
HSL 336.98º 0.81% 0.61% -
HSV(B) 336.98º 0.67% 0.93% -
XYZ 41.83 24.98 26.66 -
YUV 131.5 131.68 202.54 -
System Red Green Blue C M Y K H S L
Decimal 236 77 138 0 0.67 0.42 0.07 336.98 0.81 0.61
Hex EC 4D 8A 0 43 2A 7 151 51 3D
Octal 354 115 212 0 103 52 7 521 121 75
Binary 11101100 1001101 10001010 0 1000011 101010 111 101010001 1010001 111101

Color Harmonies of #EC4D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4D8A

Black with #EC4D8A

Text Example


Text Example

White with #EC4D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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