Html Css Color HEX #E7157E Deep Pink

📋 copy color: '#E7157E'

red 231 ◦ green 21 ◦ blue 126

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

Shades of Deep Pink #E7157E

Tints of Deep Pink #E7157E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.33%

R = 61.11%
G = 5.56%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E7157E (or 0xE7157E) is known color: Deep Pink. HEX triplet: E7, 15 and 7E. RGB value is (231,21,126). Sum of RGB (Red+Green+Blue) = 231+21+126=378 (50% of max value = 765). Red value is 231 (90.62% from 255 or 61.11% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 231 - color contains mainly: red. Hex color #E7157E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7157E is #18EA81. Grayscale: #5F5F5F. Windows color (decimal): -1632898 or 8263143. OLE color: 8263143.

HSL color Cylindrical-coordinate representation of color #E7157E: hue angle of 330º 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 #E7157E is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 21 126 -
CMYK 0 0.91 0.45 0.09
HSL 330º 0.83% 0.49% -
HSV(B) 330º 0.91% 0.91% -
XYZ 36.99 19.03 21.46 -
YUV 95.76 145.07 224.46 -
System Red Green Blue C M Y K H S L
Decimal 231 21 126 0 0.91 0.45 0.09 330 0.83 0.49
Hex E7 15 7E 0 5B 2D 9 14A 53 31
Octal 347 25 176 0 133 55 11 512 123 61
Binary 11100111 10101 1111110 0 1011011 101101 1001 101001010 1010011 110001

Color Harmonies of #E7157E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7157E

Black with #E7157E

Text Example


Text Example

White with #E7157E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7157E; }

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

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

background-color css

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

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

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

border-color css

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

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

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