Html Css Color HEX #E25288 Dark Pink

📋 copy color: '#E25288'

red 226 ◦ green 82 ◦ blue 136

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

Shades of Dark Pink #E25288

Tints of Dark Pink #E25288

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.47%

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

R = 50.9%
G = 18.47%
B = 30.63%

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

#E25288 (or 0xE25288) is known color: Dark Pink. HEX triplet: E2, 52 and 88. RGB value is (226,82,136). Sum of RGB (Red+Green+Blue) = 226+82+136=444 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.90% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 136 (53.52% from 255 or 30.63% from 444); Max value from RGB is 226 - color contains mainly: red. Hex color #E25288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25288 is #1DAD77. Grayscale: #838383. Windows color (decimal): -1944952 or 8934114. OLE color: 8934114.

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

Color convert

RGB 226 82 136 -
CMYK 0 0.64 0.40 0.11
HSL 337.5º 0.71% 0.6% -
HSV(B) 337.5º 0.64% 0.89% -
XYZ 38.83 23.98 25.88 -
YUV 131.21 130.71 195.61 -
System Red Green Blue C M Y K H S L
Decimal 226 82 136 0 0.64 0.40 0.11 337.5 0.71 0.6
Hex E2 52 88 0 40 28 B 152 47 3C
Octal 342 122 210 0 100 50 13 522 107 74
Binary 11100010 1010010 10001000 0 1000000 101000 1011 101010010 1000111 111100

Color Harmonies of #E25288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25288

Black with #E25288

Text Example


Text Example

White with #E25288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25288; }

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

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

background-color css

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

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

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

border-color css

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

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

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