Html Css Color HEX #E26089 Dark Pink

📋 copy color: '#E26089'

red 226 ◦ green 96 ◦ blue 137

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

Shades of Dark Pink #E26089

Tints of Dark Pink #E26089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 29.85%

R = 49.24%
G = 20.92%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#E26089 (or 0xE26089) is known color: Dark Pink. HEX triplet: E2, 60 and 89. RGB value is (226,96,137). Sum of RGB (Red+Green+Blue) = 226+96+137=459 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.24% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 137 (53.91% from 255 or 29.85% from 459); Max value from RGB is 226 - color contains mainly: red. Hex color #E26089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26089 is #1D9F76. Grayscale: #8B8B8B. Windows color (decimal): -1941367 or 9003234. OLE color: 9003234.

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

Color convert

RGB 226 96 137 -
CMYK 0 0.58 0.39 0.11
HSL 341.08º 0.69% 0.63% -
HSV(B) 341.08º 0.58% 0.89% -
XYZ 40.06 26.34 26.64 -
YUV 139.54 126.57 189.67 -
System Red Green Blue C M Y K H S L
Decimal 226 96 137 0 0.58 0.39 0.11 341.08 0.69 0.63
Hex E2 60 89 0 3A 27 B 155 45 3F
Octal 342 140 211 0 72 47 13 525 105 77
Binary 11100010 1100000 10001001 0 111010 100111 1011 101010101 1000101 111111

Color Harmonies of #E26089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26089

Black with #E26089

Text Example


Text Example

White with #E26089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26089; }

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

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

background-color css

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

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

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

border-color css

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

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

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