Html Css Color HEX #E25960 Mandy

📋 copy color: '#E25960'

red 226 ◦ green 89 ◦ blue 96

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

Shades of Mandy #E25960

Tints of Mandy #E25960

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.65%

 BLUE value IS 96 (37.89% from 255) = 23.36%

R = 54.99%
G = 21.65%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E25960 (or 0xE25960) is known color: Mandy. HEX triplet: E2, 59 and 60. RGB value is (226,89,96). Sum of RGB (Red+Green+Blue) = 226+89+96=411 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.99% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 226 - color contains mainly: red. Hex color #E25960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25960 is #1DA69F. Grayscale: #828282. Windows color (decimal): -1943200 or 6314466. OLE color: 6314466.

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

Color convert

RGB 226 89 96 -
CMYK 0 0.61 0.58 0.11
HSL 356.93º 0.7% 0.62% -
HSV(B) 356.93º 0.61% 0.89% -
XYZ 37.05 24.16 13.78 -
YUV 130.76 108.39 195.93 -
System Red Green Blue C M Y K H S L
Decimal 226 89 96 0 0.61 0.58 0.11 356.93 0.7 0.62
Hex E2 59 60 0 3D 3A B 165 46 3E
Octal 342 131 140 0 75 72 13 545 106 76
Binary 11100010 1011001 1100000 0 111101 111010 1011 101100101 1000110 111110

Color Harmonies of #E25960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25960

Black with #E25960

Text Example


Text Example

White with #E25960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25960; }

 p { color: rgb(226,89,96); }

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

background-color css

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

 a { background-color: rgb(226,89,96); }

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

border-color css

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

 span { border-color: rgb(226,89,96); }

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