Html Css Color HEX #EC528D French Rose

📋 copy color: '#EC528D'

red 236 ◦ green 82 ◦ blue 141

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

Shades of French Rose #EC528D

Tints of French Rose #EC528D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.72%

R = 51.42%
G = 17.86%
B = 30.72%

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

#EC528D (or 0xEC528D) is known color: French Rose. HEX triplet: EC, 52 and 8D. RGB value is (236,82,141). Sum of RGB (Red+Green+Blue) = 236+82+141=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC528D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC528D is #13AD72. Grayscale: #868686. Windows color (decimal): -1289587 or 9261804. OLE color: 9261804.

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

Color convert

RGB 236 82 141 -
CMYK 0 0.65 0.40 0.07
HSL 337.01º 0.8% 0.62% -
HSV(B) 337.01º 0.65% 0.93% -
XYZ 42.42 25.79 27.94 -
YUV 134.77 131.52 200.2 -
System Red Green Blue C M Y K H S L
Decimal 236 82 141 0 0.65 0.40 0.07 337.01 0.8 0.62
Hex EC 52 8D 0 41 28 7 151 50 3E
Octal 354 122 215 0 101 50 7 521 120 76
Binary 11101100 1010010 10001101 0 1000001 101000 111 101010001 1010000 111110

Color Harmonies of #EC528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC528D

Black with #EC528D

Text Example


Text Example

White with #EC528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC528D; }

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

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

background-color css

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

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

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

border-color css

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

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

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