Html Css Color HEX #E85055 Mandy

📋 copy color: '#E85055'

red 232 ◦ green 80 ◦ blue 85

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

Shades of Mandy #E85055

Tints of Mandy #E85055

RGB

 RED value IS 232 (91.02% from 255) = 58.44%

 GREEN value IS 80 (31.64% from 255) = 20.15%

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

R = 58.44%
G = 20.15%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#E85055 (or 0xE85055) is known color: Mandy. HEX triplet: E8, 50 and 55. RGB value is (232,80,85). Sum of RGB (Red+Green+Blue) = 232+80+85=397 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.44% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 232 - color contains mainly: red. Hex color #E85055 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85055 is #17AFAA. Grayscale: #7E7E7E. Windows color (decimal): -1552299 or 5591272. OLE color: 5591272.

HSL color Cylindrical-coordinate representation of color #E85055: hue angle of 358.03º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E85055 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 80 85 -
CMYK 0 0.66 0.63 0.09
HSL 358.03º 0.77% 0.61% -
HSV(B) 358.03º 0.66% 0.91% -
XYZ 37.79 23.55 11.15 -
YUV 126.02 104.86 203.59 -
System Red Green Blue C M Y K H S L
Decimal 232 80 85 0 0.66 0.63 0.09 358.03 0.77 0.61
Hex E8 50 55 0 42 3F 9 166 4D 3D
Octal 350 120 125 0 102 77 11 546 115 75
Binary 11101000 1010000 1010101 0 1000010 111111 1001 101100110 1001101 111101

Color Harmonies of #E85055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85055

Black with #E85055

Text Example


Text Example

White with #E85055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85055; }

 p { color: rgb(232,80,85); }

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

background-color css

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

 a { background-color: rgb(232,80,85); }

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

border-color css

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

 span { border-color: rgb(232,80,85); }

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