Html Css Color HEX #E2555A Mandy

📋 copy color: '#E2555A'

red 226 ◦ green 85 ◦ blue 90

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

Shades of Mandy #E2555A

Tints of Mandy #E2555A

RGB

 RED value IS 226 (88.67% from 255) = 56.36%

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

 BLUE value IS 90 (35.55% from 255) = 22.44%

R = 56.36%
G = 21.2%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E2555A (or 0xE2555A) is known color: Mandy. HEX triplet: E2, 55 and 5A. RGB value is (226,85,90). Sum of RGB (Red+Green+Blue) = 226+85+90=401 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.36% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 90 (35.55% from 255 or 22.44% from 401); Max value from RGB is 226 - color contains mainly: red. Hex color #E2555A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2555A is #1DAAA5. Grayscale: #7F7F7F. Windows color (decimal): -1944230 or 5920226. OLE color: 5920226.

HSL color Cylindrical-coordinate representation of color #E2555A: hue angle of 357.87º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E2555A is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 85 90 -
CMYK 0 0.62 0.60 0.11
HSL 357.87º 0.71% 0.61% -
HSV(B) 357.87º 0.62% 0.89% -
XYZ 36.46 23.4 12.27 -
YUV 127.73 106.71 198.09 -
System Red Green Blue C M Y K H S L
Decimal 226 85 90 0 0.62 0.60 0.11 357.87 0.71 0.61
Hex E2 55 5A 0 3E 3C B 166 47 3D
Octal 342 125 132 0 76 74 13 546 107 75
Binary 11100010 1010101 1011010 0 111110 111100 1011 101100110 1000111 111101

Color Harmonies of #E2555A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2555A

Black with #E2555A

Text Example


Text Example

White with #E2555A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2555A; }

 p { color: rgb(226,85,90); }

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

background-color css

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

 a { background-color: rgb(226,85,90); }

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

border-color css

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

 span { border-color: rgb(226,85,90); }

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