Html Css Color HEX #E26181 Dark Pink

📋 copy color: '#E26181'

red 226 ◦ green 97 ◦ blue 129

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

Shades of Dark Pink #E26181

Tints of Dark Pink #E26181

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.46%

 BLUE value IS 129 (50.78% from 255) = 28.54%

R = 50%
G = 21.46%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E26181 (or 0xE26181) is known color: Dark Pink. HEX triplet: E2, 61 and 81. RGB value is (226,97,129). Sum of RGB (Red+Green+Blue) = 226+97+129=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 97 (38.28% from 255 or 21.46% from 452); Blue value is 129 (50.78% from 255 or 28.54% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E26181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26181 is #1D9E7E. Grayscale: #8B8B8B. Windows color (decimal): -1941119 or 8479202. OLE color: 8479202.

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

Color convert

RGB 226 97 129 -
CMYK 0 0.57 0.43 0.11
HSL 345.12º 0.69% 0.63% -
HSV(B) 345.12º 0.57% 0.89% -
XYZ 39.6 26.3 23.76 -
YUV 139.22 122.24 189.9 -
System Red Green Blue C M Y K H S L
Decimal 226 97 129 0 0.57 0.43 0.11 345.12 0.69 0.63
Hex E2 61 81 0 39 2B B 159 45 3F
Octal 342 141 201 0 71 53 13 531 105 77
Binary 11100010 1100001 10000001 0 111001 101011 1011 101011001 1000101 111111

Color Harmonies of #E26181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26181

Black with #E26181

Text Example


Text Example

White with #E26181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26181; }

 p { color: rgb(226,97,129); }

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

background-color css

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

 a { background-color: rgb(226,97,129); }

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

border-color css

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

 span { border-color: rgb(226,97,129); }

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