Html Css Color HEX #EB4C55 Mandy

📋 copy color: '#EB4C55'

red 235 ◦ green 76 ◦ blue 85

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

Shades of Mandy #EB4C55

Tints of Mandy #EB4C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.46%

R = 59.34%
G = 19.19%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EB4C55 (or 0xEB4C55) is known color: Mandy. HEX triplet: EB, 4C and 55. RGB value is (235,76,85). Sum of RGB (Red+Green+Blue) = 235+76+85=396 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.34% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4C55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4C55 is #14B3AA. Grayscale: #7C7C7C. Windows color (decimal): -1356715 or 5590251. OLE color: 5590251.

HSL color Cylindrical-coordinate representation of color #EB4C55: hue angle of 356.6º 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 #EB4C55 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 76 85 -
CMYK 0 0.68 0.64 0.08
HSL 356.6º 0.8% 0.61% -
HSV(B) 356.6º 0.68% 0.92% -
XYZ 38.49 23.49 11.1 -
YUV 124.57 105.68 206.77 -
System Red Green Blue C M Y K H S L
Decimal 235 76 85 0 0.68 0.64 0.08 356.6 0.8 0.61
Hex EB 4C 55 0 44 40 8 165 50 3D
Octal 353 114 125 0 104 100 10 545 120 75
Binary 11101011 1001100 1010101 0 1000100 1000000 1000 101100101 1010000 111101

Color Harmonies of #EB4C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4C55

Black with #EB4C55

Text Example


Text Example

White with #EB4C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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