Html Css Color HEX #E25981 Dark Pink

📋 copy color: '#E25981'

red 226 ◦ green 89 ◦ blue 129

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

Shades of Dark Pink #E25981

Tints of Dark Pink #E25981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.05%

R = 50.9%
G = 20.05%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E25981 (or 0xE25981) is known color: Dark Pink. HEX triplet: E2, 59 and 81. RGB value is (226,89,129). Sum of RGB (Red+Green+Blue) = 226+89+129=444 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.90% from 444); Green value is 89 (35.16% from 255 or 20.05% from 444); Blue value is 129 (50.78% from 255 or 29.05% from 444); Max value from RGB is 226 - color contains mainly: red. Hex color #E25981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25981 is #1DA67E. Grayscale: #868686. Windows color (decimal): -1943167 or 8477154. OLE color: 8477154.

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

Color convert

RGB 226 89 129 -
CMYK 0 0.61 0.43 0.11
HSL 342.48º 0.7% 0.62% -
HSV(B) 342.48º 0.61% 0.89% -
XYZ 38.9 24.9 23.52 -
YUV 134.52 124.89 193.25 -
System Red Green Blue C M Y K H S L
Decimal 226 89 129 0 0.61 0.43 0.11 342.48 0.7 0.62
Hex E2 59 81 0 3D 2B B 156 46 3E
Octal 342 131 201 0 75 53 13 526 106 76
Binary 11100010 1011001 10000001 0 111101 101011 1011 101010110 1000110 111110

Color Harmonies of #E25981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25981

Black with #E25981

Text Example


Text Example

White with #E25981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25981; }

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

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

background-color css

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

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

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

border-color css

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

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

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