Html Css Color HEX #EC538C French Rose

📋 copy color: '#EC538C'

red 236 ◦ green 83 ◦ blue 140

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

Shades of French Rose #EC538C

Tints of French Rose #EC538C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.5%

R = 51.42%
G = 18.08%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC538C (or 0xEC538C) is known color: French Rose. HEX triplet: EC, 53 and 8C. RGB value is (236,83,140). Sum of RGB (Red+Green+Blue) = 236+83+140=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC538C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC538C is #13AC73. Grayscale: #878787. Windows color (decimal): -1289332 or 9196524. OLE color: 9196524.

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

Color convert

RGB 236 83 140 -
CMYK 0 0.65 0.41 0.07
HSL 337.65º 0.8% 0.63% -
HSV(B) 337.65º 0.65% 0.93% -
XYZ 42.42 25.91 27.58 -
YUV 135.25 130.69 199.87 -
System Red Green Blue C M Y K H S L
Decimal 236 83 140 0 0.65 0.41 0.07 337.65 0.8 0.63
Hex EC 53 8C 0 41 29 7 152 50 3F
Octal 354 123 214 0 101 51 7 522 120 77
Binary 11101100 1010011 10001100 0 1000001 101001 111 101010010 1010000 111111

Color Harmonies of #EC538C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC538C

Black with #EC538C

Text Example


Text Example

White with #EC538C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC538C; }

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

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

background-color css

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

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

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

border-color css

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

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

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