Html Css Color HEX #E7158C Deep Pink

📋 copy color: '#E7158C'

red 231 ◦ green 21 ◦ blue 140

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

Shades of Deep Pink #E7158C

Tints of Deep Pink #E7158C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.36%

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

R = 58.93%
G = 5.36%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E7158C (or 0xE7158C) is known color: Deep Pink. HEX triplet: E7, 15 and 8C. RGB value is (231,21,140). Sum of RGB (Red+Green+Blue) = 231+21+140=392 (51% of max value = 765). Red value is 231 (90.62% from 255 or 58.93% from 392); Green value is 21 (8.59% from 255 or 5.36% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 231 - color contains mainly: red. Hex color #E7158C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7158C is #18EA73. Grayscale: #616161. Windows color (decimal): -1632884 or 9180647. OLE color: 9180647.

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

Color convert

RGB 231 21 140 -
CMYK 0 0.91 0.39 0.09
HSL 326º 0.83% 0.49% -
HSV(B) 326º 0.91% 0.91% -
XYZ 37.96 19.42 26.56 -
YUV 97.36 152.07 223.32 -
System Red Green Blue C M Y K H S L
Decimal 231 21 140 0 0.91 0.39 0.09 326 0.83 0.49
Hex E7 15 8C 0 5B 27 9 146 53 31
Octal 347 25 214 0 133 47 11 506 123 61
Binary 11100111 10101 10001100 0 1011011 100111 1001 101000110 1010011 110001

Color Harmonies of #E7158C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7158C

Black with #E7158C

Text Example


Text Example

White with #E7158C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7158C; }

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

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

background-color css

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

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

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

border-color css

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

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

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