Html Css Color HEX #ED525D Mandy

📋 copy color: '#ED525D'

red 237 ◦ green 82 ◦ blue 93

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

Shades of Mandy #ED525D

Tints of Mandy #ED525D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.57%

R = 57.52%
G = 19.9%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED525D (or 0xED525D) is known color: Mandy. HEX triplet: ED, 52 and 5D. RGB value is (237,82,93). Sum of RGB (Red+Green+Blue) = 237+82+93=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #ED525D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED525D is #12ADA2. Grayscale: #818181. Windows color (decimal): -1224099 or 6116077. OLE color: 6116077.

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

Color convert

RGB 237 82 93 -
CMYK 0 0.65 0.61 0.07
HSL 355.74º 0.81% 0.63% -
HSV(B) 355.74º 0.65% 0.93% -
XYZ 39.92 24.83 13.04 -
YUV 129.6 107.35 204.61 -
System Red Green Blue C M Y K H S L
Decimal 237 82 93 0 0.65 0.61 0.07 355.74 0.81 0.63
Hex ED 52 5D 0 41 3D 7 164 51 3F
Octal 355 122 135 0 101 75 7 544 121 77
Binary 11101101 1010010 1011101 0 1000001 111101 111 101100100 1010001 111111

Color Harmonies of #ED525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED525D

Black with #ED525D

Text Example


Text Example

White with #ED525D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED525D; }

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

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

background-color css

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

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

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

border-color css

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

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

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