Html Css Color HEX #E6118E Deep Pink

📋 copy color: '#E6118E'

red 230 ◦ green 17 ◦ blue 142

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

Shades of Deep Pink #E6118E

Tints of Deep Pink #E6118E

RGB

 RED value IS 230 (90.23% from 255) = 59.13%

 GREEN value IS 17 (7.03% from 255) = 4.37%

 BLUE value IS 142 (55.86% from 255) = 36.5%

R = 59.13%
G = 4.37%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E6118E (or 0xE6118E) is known color: Deep Pink. HEX triplet: E6, 11 and 8E. RGB value is (230,17,142). Sum of RGB (Red+Green+Blue) = 230+17+142=389 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.13% from 389); Green value is 17 (7.03% from 255 or 4.37% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 230 - color contains mainly: red. Hex color #E6118E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6118E is #19EE71. Grayscale: #5E5E5E. Windows color (decimal): -1699442 or 9310694. OLE color: 9310694.

HSL color Cylindrical-coordinate representation of color #E6118E: hue angle of 324.79º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6118E is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 17 142 -
CMYK 0 0.93 0.38 0.10
HSL 324.79º 0.86% 0.48% -
HSV(B) 324.79º 0.93% 0.9% -
XYZ 37.72 19.18 27.3 -
YUV 94.94 154.57 224.34 -
System Red Green Blue C M Y K H S L
Decimal 230 17 142 0 0.93 0.38 0.10 324.79 0.86 0.48
Hex E6 11 8E 0 5D 26 A 145 56 30
Octal 346 21 216 0 135 46 12 505 126 60
Binary 11100110 10001 10001110 0 1011101 100110 1010 101000101 1010110 110000

Color Harmonies of #E6118E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6118E

Black with #E6118E

Text Example


Text Example

White with #E6118E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6118E; }

 p { color: rgb(230,17,142); }

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

background-color css

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

 a { background-color: rgb(230,17,142); }

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

border-color css

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

 span { border-color: rgb(230,17,142); }

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