Html Css Color HEX #E26082 Dark Pink

📋 copy color: '#E26082'

red 226 ◦ green 96 ◦ blue 130

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

Shades of Dark Pink #E26082

Tints of Dark Pink #E26082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.76%

R = 50%
G = 21.24%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#E26082 (or 0xE26082) is known color: Dark Pink. HEX triplet: E2, 60 and 82. RGB value is (226,96,130). Sum of RGB (Red+Green+Blue) = 226+96+130=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E26082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26082 is #1D9F7D. Grayscale: #8A8A8A. Windows color (decimal): -1941374 or 8544482. OLE color: 8544482.

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

Color convert

RGB 226 96 130 -
CMYK 0 0.58 0.42 0.11
HSL 344.31º 0.69% 0.63% -
HSV(B) 344.31º 0.58% 0.89% -
XYZ 39.58 26.15 24.08 -
YUV 138.75 123.07 190.24 -
System Red Green Blue C M Y K H S L
Decimal 226 96 130 0 0.58 0.42 0.11 344.31 0.69 0.63
Hex E2 60 82 0 3A 2A B 158 45 3F
Octal 342 140 202 0 72 52 13 530 105 77
Binary 11100010 1100000 10000010 0 111010 101010 1011 101011000 1000101 111111

Color Harmonies of #E26082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26082

Black with #E26082

Text Example


Text Example

White with #E26082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26082; }

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

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

background-color css

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

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

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

border-color css

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

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

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