Html Css Color HEX #E25891 Dark Pink

📋 copy color: '#E25891'

red 226 ◦ green 88 ◦ blue 145

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

Shades of Dark Pink #E25891

Tints of Dark Pink #E25891

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.17%

 BLUE value IS 145 (57.03% from 255) = 31.59%

R = 49.24%
G = 19.17%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E25891 (or 0xE25891) is known color: Dark Pink. HEX triplet: E2, 58 and 91. RGB value is (226,88,145). Sum of RGB (Red+Green+Blue) = 226+88+145=459 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.24% from 459); Green value is 88 (34.77% from 255 or 19.17% from 459); Blue value is 145 (57.03% from 255 or 31.59% from 459); Max value from RGB is 226 - color contains mainly: red. Hex color #E25891 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25891 is #1DA76E. Grayscale: #878787. Windows color (decimal): -1943407 or 9525474. OLE color: 9525474.

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

Color convert

RGB 226 88 145 -
CMYK 0 0.61 0.36 0.11
HSL 335.22º 0.7% 0.62% -
HSV(B) 335.22º 0.61% 0.89% -
XYZ 39.96 25.19 29.54 -
YUV 135.76 133.22 192.37 -
System Red Green Blue C M Y K H S L
Decimal 226 88 145 0 0.61 0.36 0.11 335.22 0.7 0.62
Hex E2 58 91 0 3D 24 B 14F 46 3E
Octal 342 130 221 0 75 44 13 517 106 76
Binary 11100010 1011000 10010001 0 111101 100100 1011 101001111 1000110 111110

Color Harmonies of #E25891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25891

Black with #E25891

Text Example


Text Example

White with #E25891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25891; }

 p { color: rgb(226,88,145); }

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

background-color css

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

 a { background-color: rgb(226,88,145); }

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

border-color css

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

 span { border-color: rgb(226,88,145); }

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