Html Css Color HEX #E25A8E Dark Pink

📋 copy color: '#E25A8E'

red 226 ◦ green 90 ◦ blue 142

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

Shades of Dark Pink #E25A8E

Tints of Dark Pink #E25A8E

RGB

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

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

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

R = 49.34%
G = 19.65%
B = 31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#E25A8E (or 0xE25A8E) is known color: Dark Pink. HEX triplet: E2, 5A and 8E. RGB value is (226,90,142). Sum of RGB (Red+Green+Blue) = 226+90+142=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E25A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25A8E is #1DA571. Grayscale: #888888. Windows color (decimal): -1942898 or 9329378. OLE color: 9329378.

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

Color convert

RGB 226 90 142 -
CMYK 0 0.60 0.37 0.11
HSL 337.06º 0.7% 0.62% -
HSV(B) 337.06º 0.6% 0.89% -
XYZ 39.9 25.43 28.4 -
YUV 136.59 131.06 191.77 -
System Red Green Blue C M Y K H S L
Decimal 226 90 142 0 0.60 0.37 0.11 337.06 0.7 0.62
Hex E2 5A 8E 0 3C 25 B 151 46 3E
Octal 342 132 216 0 74 45 13 521 106 76
Binary 11100010 1011010 10001110 0 111100 100101 1011 101010001 1000110 111110

Color Harmonies of #E25A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25A8E

Black with #E25A8E

Text Example


Text Example

White with #E25A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25A8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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