Html Css Color HEX #E6138B Deep Pink

📋 copy color: '#E6138B'

red 230 ◦ green 19 ◦ blue 139

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

Shades of Deep Pink #E6138B

Tints of Deep Pink #E6138B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.9%

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

R = 59.28%
G = 4.9%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E6138B (or 0xE6138B) is known color: Deep Pink. HEX triplet: E6, 13 and 8B. RGB value is (230,19,139). Sum of RGB (Red+Green+Blue) = 230+19+139=388 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.28% from 388); Green value is 19 (7.81% from 255 or 4.90% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 230 - color contains mainly: red. Hex color #E6138B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6138B is #19EC74. Grayscale: #5F5F5F. Windows color (decimal): -1698933 or 9114598. OLE color: 9114598.

HSL color Cylindrical-coordinate representation of color #E6138B: hue angle of 325.88º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E6138B is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 19 139 -
CMYK 0 0.92 0.40 0.10
HSL 325.88º 0.85% 0.49% -
HSV(B) 325.88º 0.92% 0.9% -
XYZ 37.53 19.15 26.15 -
YUV 95.77 152.4 223.74 -
System Red Green Blue C M Y K H S L
Decimal 230 19 139 0 0.92 0.40 0.10 325.88 0.85 0.49
Hex E6 13 8B 0 5C 28 A 146 55 31
Octal 346 23 213 0 134 50 12 506 125 61
Binary 11100110 10011 10001011 0 1011100 101000 1010 101000110 1010101 110001

Color Harmonies of #E6138B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6138B

Black with #E6138B

Text Example


Text Example

White with #E6138B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6138B; }

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

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

background-color css

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

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

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

border-color css

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

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

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