Html Css Color HEX #ED515A Mandy

📋 copy color: '#ED515A'

red 237 ◦ green 81 ◦ blue 90

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

Shades of Mandy #ED515A

Tints of Mandy #ED515A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.85%

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

R = 58.09%
G = 19.85%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED515A (or 0xED515A) is known color: Mandy. HEX triplet: ED, 51 and 5A. RGB value is (237,81,90). Sum of RGB (Red+Green+Blue) = 237+81+90=408 (54% of max value = 765). Red value is 237 (92.97% from 255 or 58.09% from 408); Green value is 81 (32.03% from 255 or 19.85% from 408); Blue value is 90 (35.55% from 255 or 22.06% from 408); Max value from RGB is 237 - color contains mainly: red. Hex color #ED515A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED515A is #12AEA5. Grayscale: #808080. Windows color (decimal): -1224358 or 5919213. OLE color: 5919213.

HSL color Cylindrical-coordinate representation of color #ED515A: hue angle of 356.54º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ED515A is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 81 90 -
CMYK 0 0.66 0.62 0.07
HSL 356.54º 0.81% 0.62% -
HSV(B) 356.54º 0.66% 0.93% -
XYZ 39.71 24.63 12.33 -
YUV 128.67 106.18 205.27 -
System Red Green Blue C M Y K H S L
Decimal 237 81 90 0 0.66 0.62 0.07 356.54 0.81 0.62
Hex ED 51 5A 0 42 3E 7 165 51 3E
Octal 355 121 132 0 102 76 7 545 121 76
Binary 11101101 1010001 1011010 0 1000010 111110 111 101100101 1010001 111110

Color Harmonies of #ED515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED515A

Black with #ED515A

Text Example


Text Example

White with #ED515A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED515A; }

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

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

background-color css

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

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

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

border-color css

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

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

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