Html Css Color HEX #E26088 Dark Pink

📋 copy color: '#E26088'

red 226 ◦ green 96 ◦ blue 136

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

Shades of Dark Pink #E26088

Tints of Dark Pink #E26088

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.96%

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

R = 49.34%
G = 20.96%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.11

RGB Variations

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

Color information

#E26088 (or 0xE26088) is known color: Dark Pink. HEX triplet: E2, 60 and 88. RGB value is (226,96,136). Sum of RGB (Red+Green+Blue) = 226+96+136=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 136 (53.52% from 255 or 29.69% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E26088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26088 is #1D9F77. Grayscale: #8B8B8B. Windows color (decimal): -1941368 or 8937698. OLE color: 8937698.

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

Color convert

RGB 226 96 136 -
CMYK 0 0.58 0.40 0.11
HSL 341.54º 0.69% 0.63% -
HSV(B) 341.54º 0.58% 0.89% -
XYZ 39.99 26.31 26.26 -
YUV 139.43 126.07 189.75 -
System Red Green Blue C M Y K H S L
Decimal 226 96 136 0 0.58 0.40 0.11 341.54 0.69 0.63
Hex E2 60 88 0 3A 28 B 156 45 3F
Octal 342 140 210 0 72 50 13 526 105 77
Binary 11100010 1100000 10001000 0 111010 101000 1011 101010110 1000101 111111

Color Harmonies of #E26088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26088

Black with #E26088

Text Example


Text Example

White with #E26088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26088; }

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

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

background-color css

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

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

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

border-color css

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

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

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