Html Css Color HEX #EC4B8D French Rose

📋 copy color: '#EC4B8D'

red 236 ◦ green 75 ◦ blue 141

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

Shades of French Rose #EC4B8D

Tints of French Rose #EC4B8D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.59%

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

R = 52.21%
G = 16.59%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC4B8D (or 0xEC4B8D) is known color: French Rose. HEX triplet: EC, 4B and 8D. RGB value is (236,75,141). Sum of RGB (Red+Green+Blue) = 236+75+141=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 75 (29.69% from 255 or 16.59% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4B8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4B8D is #13B472. Grayscale: #828282. Windows color (decimal): -1291379 or 9260012. OLE color: 9260012.

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

Color convert

RGB 236 75 141 -
CMYK 0 0.68 0.40 0.07
HSL 335.4º 0.81% 0.61% -
HSV(B) 335.4º 0.68% 0.93% -
XYZ 41.92 24.79 27.77 -
YUV 130.66 133.84 203.13 -
System Red Green Blue C M Y K H S L
Decimal 236 75 141 0 0.68 0.40 0.07 335.4 0.81 0.61
Hex EC 4B 8D 0 44 28 7 14F 51 3D
Octal 354 113 215 0 104 50 7 517 121 75
Binary 11101100 1001011 10001101 0 1000100 101000 111 101001111 1010001 111101

Color Harmonies of #EC4B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4B8D

Black with #EC4B8D

Text Example


Text Example

White with #EC4B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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