Html Css Color HEX #E15E8B Dark Pink

📋 copy color: '#E15E8B'

red 225 ◦ green 94 ◦ blue 139

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

Shades of Dark Pink #E15E8B

Tints of Dark Pink #E15E8B

RGB

 RED value IS 225 (88.28% from 255) = 49.13%

 GREEN value IS 94 (37.11% from 255) = 20.52%

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

R = 49.13%
G = 20.52%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E15E8B (or 0xE15E8B) is known color: Dark Pink. HEX triplet: E1, 5E and 8B. RGB value is (225,94,139). Sum of RGB (Red+Green+Blue) = 225+94+139=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 94 (37.11% from 255 or 20.52% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E15E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15E8B is #1EA174. Grayscale: #8A8A8A. Windows color (decimal): -2007413 or 9133793. OLE color: 9133793.

HSL color Cylindrical-coordinate representation of color #E15E8B: hue angle of 339.39º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E15E8B is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 94 139 -
CMYK 0 0.58 0.38 0.12
HSL 339.39º 0.69% 0.63% -
HSV(B) 339.39º 0.58% 0.88% -
XYZ 39.71 25.88 27.33 -
YUV 138.3 128.4 189.84 -
System Red Green Blue C M Y K H S L
Decimal 225 94 139 0 0.58 0.38 0.12 339.39 0.69 0.63
Hex E1 5E 8B 0 3A 26 C 153 45 3F
Octal 341 136 213 0 72 46 14 523 105 77
Binary 11100001 1011110 10001011 0 111010 100110 1100 101010011 1000101 111111

Color Harmonies of #E15E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15E8B

Black with #E15E8B

Text Example


Text Example

White with #E15E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15E8B; }

 p { color: rgb(225,94,139); }

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

background-color css

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

 a { background-color: rgb(225,94,139); }

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

border-color css

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

 span { border-color: rgb(225,94,139); }

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