Html Css Color HEX #ED4F5D Mandy

📋 copy color: '#ED4F5D'

red 237 ◦ green 79 ◦ blue 93

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

Shades of Mandy #ED4F5D

Tints of Mandy #ED4F5D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.32%

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

R = 57.95%
G = 19.32%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED4F5D (or 0xED4F5D) is known color: Mandy. HEX triplet: ED, 4F and 5D. RGB value is (237,79,93). Sum of RGB (Red+Green+Blue) = 237+79+93=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 79 (31.25% from 255 or 19.32% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4F5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED4F5D is #12B0A2. Grayscale: #7F7F7F. Windows color (decimal): -1224867 or 6115309. OLE color: 6115309.

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

Color convert

RGB 237 79 93 -
CMYK 0 0.67 0.61 0.07
HSL 354.68º 0.81% 0.62% -
HSV(B) 354.68º 0.67% 0.93% -
XYZ 39.7 24.39 12.97 -
YUV 127.84 108.35 205.86 -
System Red Green Blue C M Y K H S L
Decimal 237 79 93 0 0.67 0.61 0.07 354.68 0.81 0.62
Hex ED 4F 5D 0 43 3D 7 163 51 3E
Octal 355 117 135 0 103 75 7 543 121 76
Binary 11101101 1001111 1011101 0 1000011 111101 111 101100011 1010001 111110

Color Harmonies of #ED4F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4F5D

Black with #ED4F5D

Text Example


Text Example

White with #ED4F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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