Html Css Color HEX #E25E86 Dark Pink

📋 copy color: '#E25E86'

red 226 ◦ green 94 ◦ blue 134

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

Shades of Dark Pink #E25E86

Tints of Dark Pink #E25E86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 29.52%

R = 49.78%
G = 20.7%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#E25E86 (or 0xE25E86) is known color: Dark Pink. HEX triplet: E2, 5E and 86. RGB value is (226,94,134). Sum of RGB (Red+Green+Blue) = 226+94+134=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 94 (37.11% from 255 or 20.70% from 454); Blue value is 134 (52.73% from 255 or 29.52% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25E86 is #1DA179. Grayscale: #8A8A8A. Windows color (decimal): -1941882 or 8806114. OLE color: 8806114.

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

Color convert

RGB 226 94 134 -
CMYK 0 0.58 0.41 0.11
HSL 341.82º 0.69% 0.63% -
HSV(B) 341.82º 0.58% 0.89% -
XYZ 39.67 25.9 25.46 -
YUV 138.03 125.73 190.75 -
System Red Green Blue C M Y K H S L
Decimal 226 94 134 0 0.58 0.41 0.11 341.82 0.69 0.63
Hex E2 5E 86 0 3A 29 B 156 45 3F
Octal 342 136 206 0 72 51 13 526 105 77
Binary 11100010 1011110 10000110 0 111010 101001 1011 101010110 1000101 111111

Color Harmonies of #E25E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25E86

Black with #E25E86

Text Example


Text Example

White with #E25E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25E86; }

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

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

background-color css

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

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

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

border-color css

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

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

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