Html Css Color HEX #E6118F Deep Pink

📋 copy color: '#E6118F'

red 230 ◦ green 17 ◦ blue 143

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

Shades of Deep Pink #E6118F

Tints of Deep Pink #E6118F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.67%

R = 58.97%
G = 4.36%
B = 36.67%

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

#E6118F (or 0xE6118F) is known color: Deep Pink. HEX triplet: E6, 11 and 8F. RGB value is (230,17,143). Sum of RGB (Red+Green+Blue) = 230+17+143=390 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.97% from 390); Green value is 17 (7.03% from 255 or 4.36% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 230 - color contains mainly: red. Hex color #E6118F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6118F is #19EE70. Grayscale: #5E5E5E. Windows color (decimal): -1699441 or 9376230. OLE color: 9376230.

HSL color Cylindrical-coordinate representation of color #E6118F: hue angle of 324.51º 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 #E6118F is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 17 143 -
CMYK 0 0.93 0.38 0.10
HSL 324.51º 0.86% 0.48% -
HSV(B) 324.51º 0.93% 0.9% -
XYZ 37.79 19.21 27.7 -
YUV 95.05 155.07 224.25 -
System Red Green Blue C M Y K H S L
Decimal 230 17 143 0 0.93 0.38 0.10 324.51 0.86 0.48
Hex E6 11 8F 0 5D 26 A 145 56 30
Octal 346 21 217 0 135 46 12 505 126 60
Binary 11100110 10001 10001111 0 1011101 100110 1010 101000101 1010110 110000

Color Harmonies of #E6118F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6118F

Black with #E6118F

Text Example


Text Example

White with #E6118F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6118F; }

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

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

background-color css

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

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

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

border-color css

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

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

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