Html Css Color HEX #ED5358 Mandy

📋 copy color: '#ED5358'

red 237 ◦ green 83 ◦ blue 88

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

Shades of Mandy #ED5358

Tints of Mandy #ED5358

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.34%

 BLUE value IS 88 (34.77% from 255) = 21.57%

R = 58.09%
G = 20.34%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#ED5358 (or 0xED5358) is known color: Mandy. HEX triplet: ED, 53 and 58. RGB value is (237,83,88). Sum of RGB (Red+Green+Blue) = 237+83+88=408 (54% of max value = 765). Red value is 237 (92.97% from 255 or 58.09% from 408); Green value is 83 (32.81% from 255 or 20.34% from 408); Blue value is 88 (34.77% from 255 or 21.57% from 408); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5358 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5358 is #12ACA7. Grayscale: #818181. Windows color (decimal): -1223848 or 5788653. OLE color: 5788653.

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

Color convert

RGB 237 83 88 -
CMYK 0 0.65 0.63 0.07
HSL 358.05º 0.81% 0.63% -
HSV(B) 358.05º 0.65% 0.93% -
XYZ 39.78 24.9 11.94 -
YUV 129.62 104.52 204.59 -
System Red Green Blue C M Y K H S L
Decimal 237 83 88 0 0.65 0.63 0.07 358.05 0.81 0.63
Hex ED 53 58 0 41 3F 7 166 51 3F
Octal 355 123 130 0 101 77 7 546 121 77
Binary 11101101 1010011 1011000 0 1000001 111111 111 101100110 1010001 111111

Color Harmonies of #ED5358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5358

Black with #ED5358

Text Example


Text Example

White with #ED5358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5358; }

 p { color: rgb(237,83,88); }

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

background-color css

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

 a { background-color: rgb(237,83,88); }

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

border-color css

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

 span { border-color: rgb(237,83,88); }

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