Html Css Color HEX #ED528B French Rose

📋 copy color: '#ED528B'

red 237 ◦ green 82 ◦ blue 139

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

Shades of French Rose #ED528B

Tints of French Rose #ED528B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.35%

R = 51.75%
G = 17.9%
B = 30.35%

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

#ED528B (or 0xED528B) is known color: French Rose. HEX triplet: ED, 52 and 8B. RGB value is (237,82,139). Sum of RGB (Red+Green+Blue) = 237+82+139=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 82 (32.42% from 255 or 17.90% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #ED528B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED528B is #12AD74. Grayscale: #868686. Windows color (decimal): -1224053 or 9130733. OLE color: 9130733.

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

Color convert

RGB 237 82 139 -
CMYK 0 0.65 0.41 0.07
HSL 337.94º 0.81% 0.63% -
HSV(B) 337.94º 0.65% 0.93% -
XYZ 42.6 25.9 27.18 -
YUV 134.84 130.35 200.87 -
System Red Green Blue C M Y K H S L
Decimal 237 82 139 0 0.65 0.41 0.07 337.94 0.81 0.63
Hex ED 52 8B 0 41 29 7 152 51 3F
Octal 355 122 213 0 101 51 7 522 121 77
Binary 11101101 1010010 10001011 0 1000001 101001 111 101010010 1010001 111111

Color Harmonies of #ED528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED528B

Black with #ED528B

Text Example


Text Example

White with #ED528B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED528B; }

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

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

background-color css

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

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

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

border-color css

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

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

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