Html Css Color HEX #EC5493 French Rose

📋 copy color: '#EC5493'

red 236 ◦ green 84 ◦ blue 147

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

Shades of French Rose #EC5493

Tints of French Rose #EC5493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.48%

R = 50.54%
G = 17.99%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EC5493 (or 0xEC5493) is known color: French Rose. HEX triplet: EC, 54 and 93. RGB value is (236,84,147). Sum of RGB (Red+Green+Blue) = 236+84+147=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 84 (33.20% from 255 or 17.99% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5493 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5493 is #13AB6C. Grayscale: #888888. Windows color (decimal): -1289069 or 9655532. OLE color: 9655532.

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

Color convert

RGB 236 84 147 -
CMYK 0 0.64 0.38 0.07
HSL 335.13º 0.8% 0.63% -
HSV(B) 335.13º 0.64% 0.93% -
XYZ 43.03 26.28 30.41 -
YUV 136.63 133.86 198.88 -
System Red Green Blue C M Y K H S L
Decimal 236 84 147 0 0.64 0.38 0.07 335.13 0.8 0.63
Hex EC 54 93 0 40 26 7 14F 50 3F
Octal 354 124 223 0 100 46 7 517 120 77
Binary 11101100 1010100 10010011 0 1000000 100110 111 101001111 1010000 111111

Color Harmonies of #EC5493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5493

Black with #EC5493

Text Example


Text Example

White with #EC5493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5493; }

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

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

background-color css

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

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

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

border-color css

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

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

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