Html Css Color HEX #EB555C Mandy

📋 copy color: '#EB555C'

red 235 ◦ green 85 ◦ blue 92

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

Shades of Mandy #EB555C

Tints of Mandy #EB555C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.63%

 BLUE value IS 92 (36.33% from 255) = 22.33%

R = 57.04%
G = 20.63%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EB555C (or 0xEB555C) is known color: Mandy. HEX triplet: EB, 55 and 5C. RGB value is (235,85,92). Sum of RGB (Red+Green+Blue) = 235+85+92=412 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.04% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 235 - color contains mainly: red. Hex color #EB555C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB555C is #14AAA3. Grayscale: #828282. Windows color (decimal): -1354404 or 6051307. OLE color: 6051307.

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

Color convert

RGB 235 85 92 -
CMYK 0 0.64 0.61 0.08
HSL 357.2º 0.79% 0.63% -
HSV(B) 357.2º 0.64% 0.92% -
XYZ 39.44 24.93 12.86 -
YUV 130.65 106.2 202.43 -
System Red Green Blue C M Y K H S L
Decimal 235 85 92 0 0.64 0.61 0.08 357.2 0.79 0.63
Hex EB 55 5C 0 40 3D 8 165 4F 3F
Octal 353 125 134 0 100 75 10 545 117 77
Binary 11101011 1010101 1011100 0 1000000 111101 1000 101100101 1001111 111111

Color Harmonies of #EB555C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB555C

Black with #EB555C

Text Example


Text Example

White with #EB555C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB555C; }

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

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

background-color css

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

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

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

border-color css

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

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

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