Html Css Color HEX #EC548E French Rose

📋 copy color: '#EC548E'

red 236 ◦ green 84 ◦ blue 142

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

Shades of French Rose #EC548E

Tints of French Rose #EC548E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.74%

R = 51.08%
G = 18.18%
B = 30.74%

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

#EC548E (or 0xEC548E) is known color: French Rose. HEX triplet: EC, 54 and 8E. RGB value is (236,84,142). Sum of RGB (Red+Green+Blue) = 236+84+142=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 84 (33.20% from 255 or 18.18% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC548E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC548E is #13AB71. Grayscale: #878787. Windows color (decimal): -1289074 or 9327852. OLE color: 9327852.

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

Color convert

RGB 236 84 142 -
CMYK 0 0.64 0.40 0.07
HSL 337.11º 0.8% 0.63% -
HSV(B) 337.11º 0.64% 0.93% -
XYZ 42.64 26.13 28.39 -
YUV 136.06 131.36 199.28 -
System Red Green Blue C M Y K H S L
Decimal 236 84 142 0 0.64 0.40 0.07 337.11 0.8 0.63
Hex EC 54 8E 0 40 28 7 151 50 3F
Octal 354 124 216 0 100 50 7 521 120 77
Binary 11101100 1010100 10001110 0 1000000 101000 111 101010001 1010000 111111

Color Harmonies of #EC548E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC548E

Black with #EC548E

Text Example


Text Example

White with #EC548E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC548E; }

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

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

background-color css

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

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

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

border-color css

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

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

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