Html Css Color HEX #E85054 Mandy

📋 copy color: '#E85054'

red 232 ◦ green 80 ◦ blue 84

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

Shades of Mandy #E85054

Tints of Mandy #E85054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.21%

R = 58.59%
G = 20.2%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#E85054 (or 0xE85054) is known color: Mandy. HEX triplet: E8, 50 and 54. RGB value is (232,80,84). Sum of RGB (Red+Green+Blue) = 232+80+84=396 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.59% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 232 - color contains mainly: red. Hex color #E85054 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85054 is #17AFAB. Grayscale: #7E7E7E. Windows color (decimal): -1552300 or 5525736. OLE color: 5525736.

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

Color convert

RGB 232 80 84 -
CMYK 0 0.66 0.64 0.09
HSL 358.42º 0.77% 0.61% -
HSV(B) 358.42º 0.66% 0.91% -
XYZ 37.75 23.53 10.94 -
YUV 125.9 104.36 203.67 -
System Red Green Blue C M Y K H S L
Decimal 232 80 84 0 0.66 0.64 0.09 358.42 0.77 0.61
Hex E8 50 54 0 42 40 9 166 4D 3D
Octal 350 120 124 0 102 100 11 546 115 75
Binary 11101000 1010000 1010100 0 1000010 1000000 1001 101100110 1001101 111101

Color Harmonies of #E85054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85054

Black with #E85054

Text Example


Text Example

White with #E85054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85054; }

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

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

background-color css

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

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

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

border-color css

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

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

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