Html Css Color HEX #EB535D Mandy

📋 copy color: '#EB535D'

red 235 ◦ green 83 ◦ blue 93

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

Shades of Mandy #EB535D

Tints of Mandy #EB535D

RGB

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

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

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

R = 57.18%
G = 20.19%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EB535D (or 0xEB535D) is known color: Mandy. HEX triplet: EB, 53 and 5D. RGB value is (235,83,93). Sum of RGB (Red+Green+Blue) = 235+83+93=411 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.18% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 235 - color contains mainly: red. Hex color #EB535D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB535D is #14ACA2. Grayscale: #818181. Windows color (decimal): -1354915 or 6116331. OLE color: 6116331.

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

Color convert

RGB 235 83 93 -
CMYK 0 0.65 0.60 0.08
HSL 356.05º 0.79% 0.62% -
HSV(B) 356.05º 0.65% 0.92% -
XYZ 39.33 24.64 13.04 -
YUV 129.59 107.36 203.19 -
System Red Green Blue C M Y K H S L
Decimal 235 83 93 0 0.65 0.60 0.08 356.05 0.79 0.62
Hex EB 53 5D 0 41 3C 8 164 4F 3E
Octal 353 123 135 0 101 74 10 544 117 76
Binary 11101011 1010011 1011101 0 1000001 111100 1000 101100100 1001111 111110

Color Harmonies of #EB535D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB535D

Black with #EB535D

Text Example


Text Example

White with #EB535D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB535D; }

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

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

background-color css

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

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

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

border-color css

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

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

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