Html Css Color HEX #E25D5F Mandy

📋 copy color: '#E25D5F'

red 226 ◦ green 93 ◦ blue 95

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

Shades of Mandy #E25D5F

Tints of Mandy #E25D5F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.46%

 BLUE value IS 95 (37.5% from 255) = 22.95%

R = 54.59%
G = 22.46%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E25D5F (or 0xE25D5F) is known color: Mandy. HEX triplet: E2, 5D and 5F. RGB value is (226,93,95). Sum of RGB (Red+Green+Blue) = 226+93+95=414 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.59% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 95 (37.5% from 255 or 22.95% from 414); Max value from RGB is 226 - color contains mainly: red. Hex color #E25D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25D5F is #1DA2A0. Grayscale: #858585. Windows color (decimal): -1942177 or 6249954. OLE color: 6249954.

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

Color convert

RGB 226 93 95 -
CMYK 0 0.59 0.58 0.11
HSL 359.1º 0.7% 0.63% -
HSV(B) 359.1º 0.59% 0.89% -
XYZ 37.34 24.82 13.65 -
YUV 133 106.56 194.34 -
System Red Green Blue C M Y K H S L
Decimal 226 93 95 0 0.59 0.58 0.11 359.1 0.7 0.63
Hex E2 5D 5F 0 3B 3A B 167 46 3F
Octal 342 135 137 0 73 72 13 547 106 77
Binary 11100010 1011101 1011111 0 111011 111010 1011 101100111 1000110 111111

Color Harmonies of #E25D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25D5F

Black with #E25D5F

Text Example


Text Example

White with #E25D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25D5F; }

 p { color: rgb(226,93,95); }

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

background-color css

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

 a { background-color: rgb(226,93,95); }

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

border-color css

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

 span { border-color: rgb(226,93,95); }

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