Html Css Color HEX #E2565B Mandy

📋 copy color: '#E2565B'

red 226 ◦ green 86 ◦ blue 91

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

Shades of Mandy #E2565B

Tints of Mandy #E2565B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.34%

 BLUE value IS 91 (35.94% from 255) = 22.58%

R = 56.08%
G = 21.34%
B = 22.58%

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

#E2565B (or 0xE2565B) is known color: Mandy. HEX triplet: E2, 56 and 5B. RGB value is (226,86,91). Sum of RGB (Red+Green+Blue) = 226+86+91=403 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.08% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 226 - color contains mainly: red. Hex color #E2565B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2565B is #1DA9A4. Grayscale: #808080. Windows color (decimal): -1943973 or 5986018. OLE color: 5986018.

HSL color Cylindrical-coordinate representation of color #E2565B: hue angle of 357.86º 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 #E2565B is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 86 91 -
CMYK 0 0.62 0.60 0.11
HSL 357.86º 0.71% 0.61% -
HSV(B) 357.86º 0.62% 0.89% -
XYZ 36.58 23.58 12.52 -
YUV 128.43 106.88 197.59 -
System Red Green Blue C M Y K H S L
Decimal 226 86 91 0 0.62 0.60 0.11 357.86 0.71 0.61
Hex E2 56 5B 0 3E 3C B 166 47 3D
Octal 342 126 133 0 76 74 13 546 107 75
Binary 11100010 1010110 1011011 0 111110 111100 1011 101100110 1000111 111101

Color Harmonies of #E2565B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2565B

Black with #E2565B

Text Example


Text Example

White with #E2565B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2565B; }

 p { color: rgb(226,86,91); }

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

background-color css

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

 a { background-color: rgb(226,86,91); }

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

border-color css

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

 span { border-color: rgb(226,86,91); }

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