Html Css Color HEX #E25E80 Dark Pink

📋 copy color: '#E25E80'

red 226 ◦ green 94 ◦ blue 128

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

Shades of Dark Pink #E25E80

Tints of Dark Pink #E25E80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.57%

R = 50.45%
G = 20.98%
B = 28.57%

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

#E25E80 (or 0xE25E80) is known color: Dark Pink. HEX triplet: E2, 5E and 80. RGB value is (226,94,128). Sum of RGB (Red+Green+Blue) = 226+94+128=448 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.45% from 448); Green value is 94 (37.11% from 255 or 20.98% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25E80 is #1DA17F. Grayscale: #898989. Windows color (decimal): -1941888 or 8412898. OLE color: 8412898.

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

Color convert

RGB 226 94 128 -
CMYK 0 0.58 0.43 0.11
HSL 344.55º 0.69% 0.63% -
HSV(B) 344.55º 0.58% 0.89% -
XYZ 39.26 25.73 23.32 -
YUV 137.34 122.73 191.24 -
System Red Green Blue C M Y K H S L
Decimal 226 94 128 0 0.58 0.43 0.11 344.55 0.69 0.63
Hex E2 5E 80 0 3A 2B B 159 45 3F
Octal 342 136 200 0 72 53 13 531 105 77
Binary 11100010 1011110 10000000 0 111010 101011 1011 101011001 1000101 111111

Color Harmonies of #E25E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25E80

Black with #E25E80

Text Example


Text Example

White with #E25E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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