Html Css Color HEX #ED528A French Rose

📋 copy color: '#ED528A'

red 237 ◦ green 82 ◦ blue 138

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

Shades of French Rose #ED528A

Tints of French Rose #ED528A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.2%

R = 51.86%
G = 17.94%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ED528A (or 0xED528A) is known color: French Rose. HEX triplet: ED, 52 and 8A. RGB value is (237,82,138). Sum of RGB (Red+Green+Blue) = 237+82+138=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #ED528A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED528A is #12AD75. Grayscale: #868686. Windows color (decimal): -1224054 or 9065197. OLE color: 9065197.

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

Color convert

RGB 237 82 138 -
CMYK 0 0.65 0.42 0.07
HSL 338.32º 0.81% 0.63% -
HSV(B) 338.32º 0.65% 0.93% -
XYZ 42.53 25.87 26.8 -
YUV 134.73 129.85 200.95 -
System Red Green Blue C M Y K H S L
Decimal 237 82 138 0 0.65 0.42 0.07 338.32 0.81 0.63
Hex ED 52 8A 0 41 2A 7 152 51 3F
Octal 355 122 212 0 101 52 7 522 121 77
Binary 11101101 1010010 10001010 0 1000001 101010 111 101010010 1010001 111111

Color Harmonies of #ED528A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED528A

Black with #ED528A

Text Example


Text Example

White with #ED528A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED528A; }

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

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

background-color css

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

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

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

border-color css

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

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

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