Html Css Color HEX #E26086 Dark Pink

📋 copy color: '#E26086'

red 226 ◦ green 96 ◦ blue 134

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

Shades of Dark Pink #E26086

Tints of Dark Pink #E26086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 29.39%

R = 49.56%
G = 21.05%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#E26086 (or 0xE26086) is known color: Dark Pink. HEX triplet: E2, 60 and 86. RGB value is (226,96,134). Sum of RGB (Red+Green+Blue) = 226+96+134=456 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.56% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 134 (52.73% from 255 or 29.39% from 456); Max value from RGB is 226 - color contains mainly: red. Hex color #E26086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26086 is #1D9F79. Grayscale: #8B8B8B. Windows color (decimal): -1941370 or 8806626. OLE color: 8806626.

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

Color convert

RGB 226 96 134 -
CMYK 0 0.58 0.41 0.11
HSL 342.46º 0.69% 0.63% -
HSV(B) 342.46º 0.58% 0.89% -
XYZ 39.85 26.26 25.52 -
YUV 139.2 125.07 189.91 -
System Red Green Blue C M Y K H S L
Decimal 226 96 134 0 0.58 0.41 0.11 342.46 0.69 0.63
Hex E2 60 86 0 3A 29 B 156 45 3F
Octal 342 140 206 0 72 51 13 526 105 77
Binary 11100010 1100000 10000110 0 111010 101001 1011 101010110 1000101 111111

Color Harmonies of #E26086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26086

Black with #E26086

Text Example


Text Example

White with #E26086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26086; }

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

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

background-color css

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

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

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

border-color css

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

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

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