Html Css Color HEX #E25A88 Dark Pink

📋 copy color: '#E25A88'

red 226 ◦ green 90 ◦ blue 136

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

Shades of Dark Pink #E25A88

Tints of Dark Pink #E25A88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 30.09%

R = 50%
G = 19.91%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.11

RGB Variations

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

Color information

#E25A88 (or 0xE25A88) is known color: Dark Pink. HEX triplet: E2, 5A and 88. RGB value is (226,90,136). Sum of RGB (Red+Green+Blue) = 226+90+136=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 90 (35.55% from 255 or 19.91% from 452); Blue value is 136 (53.52% from 255 or 30.09% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E25A88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25A88 is #1DA577. Grayscale: #878787. Windows color (decimal): -1942904 or 8936162. OLE color: 8936162.

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

Color convert

RGB 226 90 136 -
CMYK 0 0.60 0.40 0.11
HSL 339.71º 0.7% 0.62% -
HSV(B) 339.71º 0.6% 0.89% -
XYZ 39.46 25.26 26.09 -
YUV 135.91 128.06 192.26 -
System Red Green Blue C M Y K H S L
Decimal 226 90 136 0 0.60 0.40 0.11 339.71 0.7 0.62
Hex E2 5A 88 0 3C 28 B 154 46 3E
Octal 342 132 210 0 74 50 13 524 106 76
Binary 11100010 1011010 10001000 0 111100 101000 1011 101010100 1000110 111110

Color Harmonies of #E25A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25A88

Black with #E25A88

Text Example


Text Example

White with #E25A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25A88; }

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

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

background-color css

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

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

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

border-color css

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

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

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