Html Css Color HEX #E25995 Dark Pink

📋 copy color: '#E25995'

red 226 ◦ green 89 ◦ blue 149

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

Shades of Dark Pink #E25995

Tints of Dark Pink #E25995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.11%

R = 48.71%
G = 19.18%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E25995 (or 0xE25995) is known color: Dark Pink. HEX triplet: E2, 59 and 95. RGB value is (226,89,149). Sum of RGB (Red+Green+Blue) = 226+89+149=464 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.71% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 226 - color contains mainly: red. Hex color #E25995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25995 is #1DA66A. Grayscale: #888888. Windows color (decimal): -1943147 or 9787874. OLE color: 9787874.

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

Color convert

RGB 226 89 149 -
CMYK 0 0.61 0.34 0.11
HSL 333.72º 0.7% 0.62% -
HSV(B) 333.72º 0.61% 0.89% -
XYZ 40.36 25.48 31.23 -
YUV 136.8 134.89 191.62 -
System Red Green Blue C M Y K H S L
Decimal 226 89 149 0 0.61 0.34 0.11 333.72 0.7 0.62
Hex E2 59 95 0 3D 22 B 14E 46 3E
Octal 342 131 225 0 75 42 13 516 106 76
Binary 11100010 1011001 10010101 0 111101 100010 1011 101001110 1000110 111110

Color Harmonies of #E25995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25995

Black with #E25995

Text Example


Text Example

White with #E25995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25995; }

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

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

background-color css

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

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

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

border-color css

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

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

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