Html Css Color HEX #ED525A Mandy

📋 copy color: '#ED525A'

red 237 ◦ green 82 ◦ blue 90

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

Shades of Mandy #ED525A

Tints of Mandy #ED525A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22%

R = 57.95%
G = 20.05%
B = 22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED525A (or 0xED525A) is known color: Mandy. HEX triplet: ED, 52 and 5A. RGB value is (237,82,90). Sum of RGB (Red+Green+Blue) = 237+82+90=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #ED525A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED525A is #12ADA5. Grayscale: #818181. Windows color (decimal): -1224102 or 5919469. OLE color: 5919469.

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

Color convert

RGB 237 82 90 -
CMYK 0 0.65 0.62 0.07
HSL 356.9º 0.81% 0.63% -
HSV(B) 356.9º 0.65% 0.93% -
XYZ 39.79 24.78 12.36 -
YUV 129.26 105.85 204.85 -
System Red Green Blue C M Y K H S L
Decimal 237 82 90 0 0.65 0.62 0.07 356.9 0.81 0.63
Hex ED 52 5A 0 41 3E 7 165 51 3F
Octal 355 122 132 0 101 76 7 545 121 77
Binary 11101101 1010010 1011010 0 1000001 111110 111 101100101 1010001 111111

Color Harmonies of #ED525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED525A

Black with #ED525A

Text Example


Text Example

White with #ED525A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED525A; }

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

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

background-color css

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

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

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

border-color css

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

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

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