Html Css Color HEX #E25965 Mandy

📋 copy color: '#E25965'

red 226 ◦ green 89 ◦ blue 101

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

Shades of Mandy #E25965

Tints of Mandy #E25965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.28%

R = 54.33%
G = 21.39%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#E25965 (or 0xE25965) is known color: Mandy. HEX triplet: E2, 59 and 65. RGB value is (226,89,101). Sum of RGB (Red+Green+Blue) = 226+89+101=416 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.33% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 226 - color contains mainly: red. Hex color #E25965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25965 is #1DA69A. Grayscale: #838383. Windows color (decimal): -1943195 or 6642146. OLE color: 6642146.

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

Color convert

RGB 226 89 101 -
CMYK 0 0.61 0.55 0.11
HSL 354.74º 0.7% 0.62% -
HSV(B) 354.74º 0.61% 0.89% -
XYZ 37.29 24.25 15.03 -
YUV 131.33 110.89 195.52 -
System Red Green Blue C M Y K H S L
Decimal 226 89 101 0 0.61 0.55 0.11 354.74 0.7 0.62
Hex E2 59 65 0 3D 37 B 163 46 3E
Octal 342 131 145 0 75 67 13 543 106 76
Binary 11100010 1011001 1100101 0 111101 110111 1011 101100011 1000110 111110

Color Harmonies of #E25965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25965

Black with #E25965

Text Example


Text Example

White with #E25965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25965; }

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

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

background-color css

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

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

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

border-color css

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

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

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