Html Css Color HEX #EC528E French Rose

📋 copy color: '#EC528E'

red 236 ◦ green 82 ◦ blue 142

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

Shades of French Rose #EC528E

Tints of French Rose #EC528E

RGB

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

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

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

R = 51.3%
G = 17.83%
B = 30.87%

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

#EC528E (or 0xEC528E) is known color: French Rose. HEX triplet: EC, 52 and 8E. RGB value is (236,82,142). Sum of RGB (Red+Green+Blue) = 236+82+142=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC528E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC528E is #13AD71. Grayscale: #868686. Windows color (decimal): -1289586 or 9327340. OLE color: 9327340.

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

Color convert

RGB 236 82 142 -
CMYK 0 0.65 0.40 0.07
HSL 336.62º 0.8% 0.62% -
HSV(B) 336.62º 0.65% 0.93% -
XYZ 42.49 25.82 28.34 -
YUV 134.89 132.02 200.12 -
System Red Green Blue C M Y K H S L
Decimal 236 82 142 0 0.65 0.40 0.07 336.62 0.8 0.62
Hex EC 52 8E 0 41 28 7 151 50 3E
Octal 354 122 216 0 101 50 7 521 120 76
Binary 11101100 1010010 10001110 0 1000001 101000 111 101010001 1010000 111110

Color Harmonies of #EC528E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC528E

Black with #EC528E

Text Example


Text Example

White with #EC528E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC528E; }

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

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

background-color css

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

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

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

border-color css

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

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

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