Html Css Color HEX #E25E81 Dark Pink

📋 copy color: '#E25E81'

red 226 ◦ green 94 ◦ blue 129

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

Shades of Dark Pink #E25E81

Tints of Dark Pink #E25E81

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.94%

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

R = 50.33%
G = 20.94%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E25E81 (or 0xE25E81) is known color: Dark Pink. HEX triplet: E2, 5E and 81. RGB value is (226,94,129). Sum of RGB (Red+Green+Blue) = 226+94+129=449 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.33% from 449); Green value is 94 (37.11% from 255 or 20.94% from 449); Blue value is 129 (50.78% from 255 or 28.73% from 449); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25E81 is #1DA17E. Grayscale: #898989. Windows color (decimal): -1941887 or 8478434. OLE color: 8478434.

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

Color convert

RGB 226 94 129 -
CMYK 0 0.58 0.43 0.11
HSL 344.09º 0.69% 0.63% -
HSV(B) 344.09º 0.58% 0.89% -
XYZ 39.33 25.76 23.67 -
YUV 137.46 123.23 191.15 -
System Red Green Blue C M Y K H S L
Decimal 226 94 129 0 0.58 0.43 0.11 344.09 0.69 0.63
Hex E2 5E 81 0 3A 2B B 158 45 3F
Octal 342 136 201 0 72 53 13 530 105 77
Binary 11100010 1011110 10000001 0 111010 101011 1011 101011000 1000101 111111

Color Harmonies of #E25E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25E81

Black with #E25E81

Text Example


Text Example

White with #E25E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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