Html Css Color HEX #E25E8D Dark Pink

📋 copy color: '#E25E8D'

red 226 ◦ green 94 ◦ blue 141

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

Shades of Dark Pink #E25E8D

Tints of Dark Pink #E25E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.59%

R = 49.02%
G = 20.39%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E25E8D (or 0xE25E8D) is known color: Dark Pink. HEX triplet: E2, 5E and 8D. RGB value is (226,94,141). Sum of RGB (Red+Green+Blue) = 226+94+141=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 94 (37.11% from 255 or 20.39% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25E8D is #1DA172. Grayscale: #8A8A8A. Windows color (decimal): -1941875 or 9264866. OLE color: 9264866.

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

Color convert

RGB 226 94 141 -
CMYK 0 0.58 0.38 0.11
HSL 338.64º 0.69% 0.63% -
HSV(B) 338.64º 0.58% 0.89% -
XYZ 40.17 26.1 28.12 -
YUV 138.83 129.23 190.18 -
System Red Green Blue C M Y K H S L
Decimal 226 94 141 0 0.58 0.38 0.11 338.64 0.69 0.63
Hex E2 5E 8D 0 3A 26 B 153 45 3F
Octal 342 136 215 0 72 46 13 523 105 77
Binary 11100010 1011110 10001101 0 111010 100110 1011 101010011 1000101 111111

Color Harmonies of #E25E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25E8D

Black with #E25E8D

Text Example


Text Example

White with #E25E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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