Html Css Color HEX #E6108B Deep Pink

📋 copy color: '#E6108B'

red 230 ◦ green 16 ◦ blue 139

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

Shades of Deep Pink #E6108B

Tints of Deep Pink #E6108B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.16%

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

R = 59.74%
G = 4.16%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E6108B (or 0xE6108B) is known color: Deep Pink. HEX triplet: E6, 10 and 8B. RGB value is (230,16,139). Sum of RGB (Red+Green+Blue) = 230+16+139=385 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.74% from 385); Green value is 16 (6.64% from 255 or 4.16% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 230 - color contains mainly: red. Hex color #E6108B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6108B is #19EF74. Grayscale: #5D5D5D. Windows color (decimal): -1699701 or 9113830. OLE color: 9113830.

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

Color convert

RGB 230 16 139 -
CMYK 0 0.93 0.40 0.10
HSL 325.51º 0.87% 0.48% -
HSV(B) 325.51º 0.93% 0.9% -
XYZ 37.48 19.06 26.13 -
YUV 94.01 153.4 225 -
System Red Green Blue C M Y K H S L
Decimal 230 16 139 0 0.93 0.40 0.10 325.51 0.87 0.48
Hex E6 10 8B 0 5D 28 A 146 57 30
Octal 346 20 213 0 135 50 12 506 127 60
Binary 11100110 10000 10001011 0 1011101 101000 1010 101000110 1010111 110000

Color Harmonies of #E6108B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6108B

Black with #E6108B

Text Example


Text Example

White with #E6108B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6108B; }

 p { color: rgb(230,16,139); }

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

background-color css

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

 a { background-color: rgb(230,16,139); }

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

border-color css

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

 span { border-color: rgb(230,16,139); }

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