Html Css Color HEX #E7138C Deep Pink

📋 copy color: '#E7138C'

red 231 ◦ green 19 ◦ blue 140

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

Shades of Deep Pink #E7138C

Tints of Deep Pink #E7138C

RGB

 RED value IS 231 (90.63% from 255) = 59.23%

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

 BLUE value IS 140 (55.08% from 255) = 35.9%

R = 59.23%
G = 4.87%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E7138C (or 0xE7138C) is known color: Deep Pink. HEX triplet: E7, 13 and 8C. RGB value is (231,19,140). Sum of RGB (Red+Green+Blue) = 231+19+140=390 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.23% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 231 - color contains mainly: red. Hex color #E7138C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7138C is #18EC73. Grayscale: #5F5F5F. Windows color (decimal): -1633396 or 9180135. OLE color: 9180135.

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

Color convert

RGB 231 19 140 -
CMYK 0 0.92 0.39 0.09
HSL 325.75º 0.85% 0.49% -
HSV(B) 325.75º 0.92% 0.91% -
XYZ 37.92 19.35 26.55 -
YUV 96.18 152.74 224.16 -
System Red Green Blue C M Y K H S L
Decimal 231 19 140 0 0.92 0.39 0.09 325.75 0.85 0.49
Hex E7 13 8C 0 5C 27 9 146 55 31
Octal 347 23 214 0 134 47 11 506 125 61
Binary 11100111 10011 10001100 0 1011100 100111 1001 101000110 1010101 110001

Color Harmonies of #E7138C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7138C

Black with #E7138C

Text Example


Text Example

White with #E7138C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7138C; }

 p { color: rgb(231,19,140); }

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

background-color css

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

 a { background-color: rgb(231,19,140); }

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

border-color css

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

 span { border-color: rgb(231,19,140); }

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