Html Css Color HEX #E25D8E Dark Pink

📋 copy color: '#E25D8E'

red 226 ◦ green 93 ◦ blue 142

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

Shades of Dark Pink #E25D8E

Tints of Dark Pink #E25D8E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.17%

 BLUE value IS 142 (55.86% from 255) = 30.8%

R = 49.02%
G = 20.17%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#E25D8E (or 0xE25D8E) is known color: Dark Pink. HEX triplet: E2, 5D and 8E. RGB value is (226,93,142). Sum of RGB (Red+Green+Blue) = 226+93+142=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 93 (36.72% from 255 or 20.17% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 226 - color contains mainly: red. Hex color #E25D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25D8E is #1DA271. Grayscale: #8A8A8A. Windows color (decimal): -1942130 or 9330146. OLE color: 9330146.

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

Color convert

RGB 226 93 142 -
CMYK 0 0.59 0.37 0.11
HSL 337.89º 0.7% 0.63% -
HSV(B) 337.89º 0.59% 0.89% -
XYZ 40.16 25.95 28.48 -
YUV 138.35 130.06 190.52 -
System Red Green Blue C M Y K H S L
Decimal 226 93 142 0 0.59 0.37 0.11 337.89 0.7 0.63
Hex E2 5D 8E 0 3B 25 B 152 46 3F
Octal 342 135 216 0 73 45 13 522 106 77
Binary 11100010 1011101 10001110 0 111011 100101 1011 101010010 1000110 111111

Color Harmonies of #E25D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25D8E

Black with #E25D8E

Text Example


Text Example

White with #E25D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25D8E; }

 p { color: rgb(226,93,142); }

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

background-color css

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

 a { background-color: rgb(226,93,142); }

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

border-color css

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

 span { border-color: rgb(226,93,142); }

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