Html Css Color HEX #EC528C French Rose

📋 copy color: '#EC528C'

red 236 ◦ green 82 ◦ blue 140

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

Shades of French Rose #EC528C

Tints of French Rose #EC528C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.9%

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

R = 51.53%
G = 17.9%
B = 30.57%

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

#EC528C (or 0xEC528C) is known color: French Rose. HEX triplet: EC, 52 and 8C. RGB value is (236,82,140). Sum of RGB (Red+Green+Blue) = 236+82+140=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 82 (32.42% from 255 or 17.90% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC528C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC528C is #13AD73. Grayscale: #868686. Windows color (decimal): -1289588 or 9196268. OLE color: 9196268.

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

Color convert

RGB 236 82 140 -
CMYK 0 0.65 0.41 0.07
HSL 337.4º 0.8% 0.62% -
HSV(B) 337.4º 0.65% 0.93% -
XYZ 42.34 25.76 27.55 -
YUV 134.66 131.02 200.28 -
System Red Green Blue C M Y K H S L
Decimal 236 82 140 0 0.65 0.41 0.07 337.4 0.8 0.62
Hex EC 52 8C 0 41 29 7 151 50 3E
Octal 354 122 214 0 101 51 7 521 120 76
Binary 11101100 1010010 10001100 0 1000001 101001 111 101010001 1010000 111110

Color Harmonies of #EC528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC528C

Black with #EC528C

Text Example


Text Example

White with #EC528C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC528C; }

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

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

background-color css

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

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

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

border-color css

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

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

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