Html Css Color HEX #ED528E French Rose

📋 copy color: '#ED528E'

red 237 ◦ green 82 ◦ blue 142

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

Shades of French Rose #ED528E

Tints of French Rose #ED528E

RGB

 RED value IS 237 (92.97% from 255) = 51.41%

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

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

R = 51.41%
G = 17.79%
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

#ED528E (or 0xED528E) is known color: French Rose. HEX triplet: ED, 52 and 8E. RGB value is (237,82,142). Sum of RGB (Red+Green+Blue) = 237+82+142=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #ED528E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED528E is #12AD71. Grayscale: #878787. Windows color (decimal): -1224050 or 9327341. OLE color: 9327341.

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

Color convert

RGB 237 82 142 -
CMYK 0 0.65 0.40 0.07
HSL 336.77º 0.81% 0.63% -
HSV(B) 336.77º 0.65% 0.93% -
XYZ 42.82 25.99 28.35 -
YUV 135.19 131.85 200.62 -
System Red Green Blue C M Y K H S L
Decimal 237 82 142 0 0.65 0.40 0.07 336.77 0.81 0.63
Hex ED 52 8E 0 41 28 7 151 51 3F
Octal 355 122 216 0 101 50 7 521 121 77
Binary 11101101 1010010 10001110 0 1000001 101000 111 101010001 1010001 111111

Color Harmonies of #ED528E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED528E

Black with #ED528E

Text Example


Text Example

White with #ED528E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED528E; }

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

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

background-color css

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

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

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

border-color css

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

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

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