Html Css Color HEX #E2488B Dark Pink

📋 copy color: '#E2488B'

red 226 ◦ green 72 ◦ blue 139

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

Shades of Dark Pink #E2488B

Tints of Dark Pink #E2488B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.48%

 BLUE value IS 139 (54.69% from 255) = 31.81%

R = 51.72%
G = 16.48%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E2488B (or 0xE2488B) is known color: Dark Pink. HEX triplet: E2, 48 and 8B. RGB value is (226,72,139). Sum of RGB (Red+Green+Blue) = 226+72+139=437 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.72% from 437); Green value is 72 (28.52% from 255 or 16.48% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 226 - color contains mainly: red. Hex color #E2488B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2488B is #1DB774. Grayscale: #7D7D7D. Windows color (decimal): -1947509 or 9128162. OLE color: 9128162.

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

Color convert

RGB 226 72 139 -
CMYK 0 0.68 0.38 0.11
HSL 333.9º 0.73% 0.58% -
HSV(B) 333.9º 0.68% 0.89% -
XYZ 38.34 22.67 26.78 -
YUV 125.68 135.52 199.55 -
System Red Green Blue C M Y K H S L
Decimal 226 72 139 0 0.68 0.38 0.11 333.9 0.73 0.58
Hex E2 48 8B 0 44 26 B 14E 49 3A
Octal 342 110 213 0 104 46 13 516 111 72
Binary 11100010 1001000 10001011 0 1000100 100110 1011 101001110 1001001 111010

Color Harmonies of #E2488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2488B

Black with #E2488B

Text Example


Text Example

White with #E2488B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2488B; }

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

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

background-color css

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

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

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

border-color css

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

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

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