Html Css Color HEX #EB4D5D Mandy

📋 copy color: '#EB4D5D'

red 235 ◦ green 77 ◦ blue 93

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

Shades of Mandy #EB4D5D

Tints of Mandy #EB4D5D

RGB

 RED value IS 235 (92.19% from 255) = 58.02%

 GREEN value IS 77 (30.47% from 255) = 19.01%

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

R = 58.02%
G = 19.01%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EB4D5D (or 0xEB4D5D) is known color: Mandy. HEX triplet: EB, 4D and 5D. RGB value is (235,77,93). Sum of RGB (Red+Green+Blue) = 235+77+93=405 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.02% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4D5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB4D5D is #14B2A2. Grayscale: #7E7E7E. Windows color (decimal): -1356451 or 6114795. OLE color: 6114795.

HSL color Cylindrical-coordinate representation of color #EB4D5D: hue angle of 353.92º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EB4D5D is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 77 93 -
CMYK 0 0.67 0.60 0.08
HSL 353.92º 0.8% 0.61% -
HSV(B) 353.92º 0.67% 0.92% -
XYZ 38.89 23.76 12.89 -
YUV 126.07 109.35 205.7 -
System Red Green Blue C M Y K H S L
Decimal 235 77 93 0 0.67 0.60 0.08 353.92 0.8 0.61
Hex EB 4D 5D 0 43 3C 8 162 50 3D
Octal 353 115 135 0 103 74 10 542 120 75
Binary 11101011 1001101 1011101 0 1000011 111100 1000 101100010 1010000 111101

Color Harmonies of #EB4D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4D5D

Black with #EB4D5D

Text Example


Text Example

White with #EB4D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4D5D; }

 p { color: rgb(235,77,93); }

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

background-color css

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

 a { background-color: rgb(235,77,93); }

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

border-color css

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

 span { border-color: rgb(235,77,93); }

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