#E2508B

Color #E2508B Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #E2508B

Tints of Dark Pink #E2508B

Color information

#E2508B (or 0xE2508B) is unknown color: approx Dark Pink. HEX triplet: E2, 50 and 8B. RGB value is (226,80,139). Sum of RGB (Red+Green+Blue) = 226+80+139=445 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.79% from 445); Green value is 80 (31.64% from 255 or 17.98% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 226 - color contains mainly: red. Hex color #E2508B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2508B is #1DAF74. Grayscale: #828282. Windows color (decimal): -1945461 or 9130210. OLE color: 9130210.

HSL color Cylindrical-coordinate representation of color #E2508B: hue angle of 335.75º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E2508B is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB22680139-
CMYK00.650.380.11
HSL335.75º71.57%60%-
HSV(B)335.75º64.6%88.63%-
XYZ38.8923.7726.96-
YUV130.38132.87196.2-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 50.79%
GREEN value IS 80 (31.64% from 255) = 17.98%
BLUE value IS 139 (54.69% from 255) = 31.24%
R=50.79%
G=17.98%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2268013900.650.380.11335.7571.5760
HexE2508B04126B150483c
Octal3421202130101461352011074
Binary111000101010000100010110100000110011010111010100001001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2508B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2508B; }

 p { color: rgb(226,80,139); }

 H1.HeaderClassName
 {
   color: #E2508B;
 }
 .AnyTagClassName
 {
   color: #E2508B;
 }
</style>
background-color css

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

 a { background-color: rgb(226,80,139); }

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

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

 span { border-color: rgb(226,80,139); }

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