Html Css Color HEX #EC538E French Rose

📋 copy color: '#EC538E'

red 236 ◦ green 83 ◦ blue 142

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

Shades of French Rose #EC538E

Tints of French Rose #EC538E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18%

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

R = 51.19%
G = 18%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC538E (or 0xEC538E) is known color: French Rose. HEX triplet: EC, 53 and 8E. RGB value is (236,83,142). Sum of RGB (Red+Green+Blue) = 236+83+142=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 83 (32.81% from 255 or 18.00% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC538E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC538E is #13AC71. Grayscale: #878787. Windows color (decimal): -1289330 or 9327596. OLE color: 9327596.

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

Color convert

RGB 236 83 142 -
CMYK 0 0.65 0.40 0.07
HSL 336.86º 0.8% 0.63% -
HSV(B) 336.86º 0.65% 0.93% -
XYZ 42.57 25.97 28.36 -
YUV 135.47 131.69 199.7 -
System Red Green Blue C M Y K H S L
Decimal 236 83 142 0 0.65 0.40 0.07 336.86 0.8 0.63
Hex EC 53 8E 0 41 28 7 151 50 3F
Octal 354 123 216 0 101 50 7 521 120 77
Binary 11101100 1010011 10001110 0 1000001 101000 111 101010001 1010000 111111

Color Harmonies of #EC538E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC538E

Black with #EC538E

Text Example


Text Example

White with #EC538E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC538E; }

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

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

background-color css

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

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

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

border-color css

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

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

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