Html Css Color HEX #E25188 Dark Pink

📋 copy color: '#E25188'

red 226 ◦ green 81 ◦ blue 136

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

Shades of Dark Pink #E25188

Tints of Dark Pink #E25188

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.28%

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

R = 51.02%
G = 18.28%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.11

RGB Variations

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

Color information

#E25188 (or 0xE25188) is known color: Dark Pink. HEX triplet: E2, 51 and 88. RGB value is (226,81,136). Sum of RGB (Red+Green+Blue) = 226+81+136=443 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.02% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 226 - color contains mainly: red. Hex color #E25188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25188 is #1DAE77. Grayscale: #828282. Windows color (decimal): -1945208 or 8933858. OLE color: 8933858.

HSL color Cylindrical-coordinate representation of color #E25188: hue angle of 337.24º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E25188 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 81 136 -
CMYK 0 0.64 0.40 0.11
HSL 337.24º 0.71% 0.6% -
HSV(B) 337.24º 0.64% 0.89% -
XYZ 38.75 23.83 25.85 -
YUV 130.63 131.04 196.03 -
System Red Green Blue C M Y K H S L
Decimal 226 81 136 0 0.64 0.40 0.11 337.24 0.71 0.6
Hex E2 51 88 0 40 28 B 151 47 3C
Octal 342 121 210 0 100 50 13 521 107 74
Binary 11100010 1010001 10001000 0 1000000 101000 1011 101010001 1000111 111100

Color Harmonies of #E25188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25188

Black with #E25188

Text Example


Text Example

White with #E25188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25188; }

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

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

background-color css

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

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

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

border-color css

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

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

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