Html Css Color HEX #EC548D French Rose

📋 copy color: '#EC548D'

red 236 ◦ green 84 ◦ blue 141

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

Shades of French Rose #EC548D

Tints of French Rose #EC548D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.22%

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

R = 51.19%
G = 18.22%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC548D (or 0xEC548D) is known color: French Rose. HEX triplet: EC, 54 and 8D. RGB value is (236,84,141). Sum of RGB (Red+Green+Blue) = 236+84+141=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 84 (33.20% from 255 or 18.22% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC548D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC548D is #13AB72. Grayscale: #878787. Windows color (decimal): -1289075 or 9262316. OLE color: 9262316.

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

Color convert

RGB 236 84 141 -
CMYK 0 0.64 0.40 0.07
HSL 337.5º 0.8% 0.63% -
HSV(B) 337.5º 0.64% 0.93% -
XYZ 42.57 26.1 27.99 -
YUV 135.95 130.86 199.37 -
System Red Green Blue C M Y K H S L
Decimal 236 84 141 0 0.64 0.40 0.07 337.5 0.8 0.63
Hex EC 54 8D 0 40 28 7 152 50 3F
Octal 354 124 215 0 100 50 7 522 120 77
Binary 11101100 1010100 10001101 0 1000000 101000 111 101010010 1010000 111111

Color Harmonies of #EC548D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC548D

Black with #EC548D

Text Example


Text Example

White with #EC548D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC548D; }

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

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

background-color css

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

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

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

border-color css

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

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

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