Html Css Color HEX #EB5355 Mandy

📋 copy color: '#EB5355'

red 235 ◦ green 83 ◦ blue 85

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

Shades of Mandy #EB5355

Tints of Mandy #EB5355

RGB

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

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

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

R = 58.31%
G = 20.6%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EB5355 (or 0xEB5355) is known color: Mandy. HEX triplet: EB, 53 and 55. RGB value is (235,83,85). Sum of RGB (Red+Green+Blue) = 235+83+85=403 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.31% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5355 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5355 is #14ACAA. Grayscale: #808080. Windows color (decimal): -1354923 or 5592043. OLE color: 5592043.

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

Color convert

RGB 235 83 85 -
CMYK 0 0.65 0.64 0.08
HSL 359.21º 0.79% 0.62% -
HSV(B) 359.21º 0.65% 0.92% -
XYZ 38.99 24.5 11.27 -
YUV 128.68 103.36 203.84 -
System Red Green Blue C M Y K H S L
Decimal 235 83 85 0 0.65 0.64 0.08 359.21 0.79 0.62
Hex EB 53 55 0 41 40 8 167 4F 3E
Octal 353 123 125 0 101 100 10 547 117 76
Binary 11101011 1010011 1010101 0 1000001 1000000 1000 101100111 1001111 111110

Color Harmonies of #EB5355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5355

Black with #EB5355

Text Example


Text Example

White with #EB5355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5355; }

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

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

background-color css

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

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

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

border-color css

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

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

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