Html Css Color HEX #EC4C8D French Rose

📋 copy color: '#EC4C8D'

red 236 ◦ green 76 ◦ blue 141

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

Shades of French Rose #EC4C8D

Tints of French Rose #EC4C8D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.78%

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

R = 52.1%
G = 16.78%
B = 31.13%

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

#EC4C8D (or 0xEC4C8D) is known color: French Rose. HEX triplet: EC, 4C and 8D. RGB value is (236,76,141). Sum of RGB (Red+Green+Blue) = 236+76+141=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 76 (30.08% from 255 or 16.78% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4C8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4C8D is #13B372. Grayscale: #838383. Windows color (decimal): -1291123 or 9260268. OLE color: 9260268.

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

Color convert

RGB 236 76 141 -
CMYK 0 0.68 0.40 0.07
HSL 335.63º 0.81% 0.61% -
HSV(B) 335.63º 0.68% 0.93% -
XYZ 41.98 24.92 27.8 -
YUV 131.25 133.51 202.71 -
System Red Green Blue C M Y K H S L
Decimal 236 76 141 0 0.68 0.40 0.07 335.63 0.81 0.61
Hex EC 4C 8D 0 44 28 7 150 51 3D
Octal 354 114 215 0 104 50 7 520 121 75
Binary 11101100 1001100 10001101 0 1000100 101000 111 101010000 1010001 111101

Color Harmonies of #EC4C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4C8D

Black with #EC4C8D

Text Example


Text Example

White with #EC4C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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