Html Css Color HEX #ED528D French Rose

📋 copy color: '#ED528D'

red 237 ◦ green 82 ◦ blue 141

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

Shades of French Rose #ED528D

Tints of French Rose #ED528D

RGB

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

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

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

R = 51.52%
G = 17.83%
B = 30.65%

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

#ED528D (or 0xED528D) is known color: French Rose. HEX triplet: ED, 52 and 8D. RGB value is (237,82,141). Sum of RGB (Red+Green+Blue) = 237+82+141=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED528D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED528D is #12AD72. Grayscale: #868686. Windows color (decimal): -1224051 or 9261805. OLE color: 9261805.

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

Color convert

RGB 237 82 141 -
CMYK 0 0.65 0.41 0.07
HSL 337.16º 0.81% 0.63% -
HSV(B) 337.16º 0.65% 0.93% -
XYZ 42.75 25.96 27.96 -
YUV 135.07 131.35 200.7 -
System Red Green Blue C M Y K H S L
Decimal 237 82 141 0 0.65 0.41 0.07 337.16 0.81 0.63
Hex ED 52 8D 0 41 29 7 151 51 3F
Octal 355 122 215 0 101 51 7 521 121 77
Binary 11101101 1010010 10001101 0 1000001 101001 111 101010001 1010001 111111

Color Harmonies of #ED528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED528D

Black with #ED528D

Text Example


Text Example

White with #ED528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED528D; }

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

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

background-color css

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

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

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

border-color css

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

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

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