Html Css Color HEX #EC5A93 French Rose

📋 copy color: '#EC5A93'

red 236 ◦ green 90 ◦ blue 147

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

Shades of French Rose #EC5A93

Tints of French Rose #EC5A93

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.03%

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

R = 49.89%
G = 19.03%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EC5A93 (or 0xEC5A93) is known color: French Rose. HEX triplet: EC, 5A and 93. RGB value is (236,90,147). Sum of RGB (Red+Green+Blue) = 236+90+147=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 147 (57.81% from 255 or 31.08% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5A93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5A93 is #13A56C. Grayscale: #8C8C8C. Windows color (decimal): -1287533 or 9657068. OLE color: 9657068.

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

Color convert

RGB 236 90 147 -
CMYK 0 0.62 0.38 0.07
HSL 336.58º 0.79% 0.64% -
HSV(B) 336.58º 0.62% 0.93% -
XYZ 43.51 27.25 30.57 -
YUV 140.15 131.87 196.37 -
System Red Green Blue C M Y K H S L
Decimal 236 90 147 0 0.62 0.38 0.07 336.58 0.79 0.64
Hex EC 5A 93 0 3E 26 7 151 4F 40
Octal 354 132 223 0 76 46 7 521 117 100
Binary 11101100 1011010 10010011 0 111110 100110 111 101010001 1001111 1000000

Color Harmonies of #EC5A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5A93

Black with #EC5A93

Text Example


Text Example

White with #EC5A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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