Html Css Color HEX #E25A8D Dark Pink

📋 copy color: '#E25A8D'

red 226 ◦ green 90 ◦ blue 141

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

Shades of Dark Pink #E25A8D

Tints of Dark Pink #E25A8D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.69%

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

R = 49.45%
G = 19.69%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E25A8D (or 0xE25A8D) is known color: Dark Pink. HEX triplet: E2, 5A and 8D. RGB value is (226,90,141). Sum of RGB (Red+Green+Blue) = 226+90+141=457 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.45% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 226 - color contains mainly: red. Hex color #E25A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25A8D is #1DA572. Grayscale: #888888. Windows color (decimal): -1942899 or 9263842. OLE color: 9263842.

HSL color Cylindrical-coordinate representation of color #E25A8D: hue angle of 337.5º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E25A8D is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 90 141 -
CMYK 0 0.60 0.38 0.11
HSL 337.5º 0.7% 0.62% -
HSV(B) 337.5º 0.6% 0.89% -
XYZ 39.83 25.4 28 -
YUV 136.48 130.56 191.85 -
System Red Green Blue C M Y K H S L
Decimal 226 90 141 0 0.60 0.38 0.11 337.5 0.7 0.62
Hex E2 5A 8D 0 3C 26 B 152 46 3E
Octal 342 132 215 0 74 46 13 522 106 76
Binary 11100010 1011010 10001101 0 111100 100110 1011 101010010 1000110 111110

Color Harmonies of #E25A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25A8D

Black with #E25A8D

Text Example


Text Example

White with #E25A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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