Html Css Color HEX #EB4C5D Mandy

📋 copy color: '#EB4C5D'

red 235 ◦ green 76 ◦ blue 93

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

Shades of Mandy #EB4C5D

Tints of Mandy #EB4C5D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.81%

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

R = 58.17%
G = 18.81%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EB4C5D (or 0xEB4C5D) is known color: Mandy. HEX triplet: EB, 4C and 5D. RGB value is (235,76,93). Sum of RGB (Red+Green+Blue) = 235+76+93=404 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.17% from 404); Green value is 76 (30.08% from 255 or 18.81% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4C5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4C5D is #14B3A2. Grayscale: #7D7D7D. Windows color (decimal): -1356707 or 6114539. OLE color: 6114539.

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

Color convert

RGB 235 76 93 -
CMYK 0 0.68 0.60 0.08
HSL 353.58º 0.8% 0.61% -
HSV(B) 353.58º 0.68% 0.92% -
XYZ 38.82 23.62 12.87 -
YUV 125.48 109.68 206.12 -
System Red Green Blue C M Y K H S L
Decimal 235 76 93 0 0.68 0.60 0.08 353.58 0.8 0.61
Hex EB 4C 5D 0 44 3C 8 162 50 3D
Octal 353 114 135 0 104 74 10 542 120 75
Binary 11101011 1001100 1011101 0 1000100 111100 1000 101100010 1010000 111101

Color Harmonies of #EB4C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4C5D

Black with #EB4C5D

Text Example


Text Example

White with #EB4C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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