Html Css Color HEX #E7168D Deep Pink

📋 copy color: '#E7168D'

red 231 ◦ green 22 ◦ blue 141

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

Shades of Deep Pink #E7168D

Tints of Deep Pink #E7168D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.58%

 BLUE value IS 141 (55.47% from 255) = 35.79%

R = 58.63%
G = 5.58%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E7168D (or 0xE7168D) is known color: Deep Pink. HEX triplet: E7, 16 and 8D. RGB value is (231,22,141). Sum of RGB (Red+Green+Blue) = 231+22+141=394 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.63% from 394); Green value is 22 (8.98% from 255 or 5.58% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 231 - color contains mainly: red. Hex color #E7168D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7168D is #18E972. Grayscale: #616161. Windows color (decimal): -1632627 or 9246439. OLE color: 9246439.

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

Color convert

RGB 231 22 141 -
CMYK 0 0.90 0.39 0.09
HSL 325.84º 0.83% 0.5% -
HSV(B) 325.84º 0.9% 0.91% -
XYZ 38.05 19.49 26.96 -
YUV 98.06 152.24 222.82 -
System Red Green Blue C M Y K H S L
Decimal 231 22 141 0 0.90 0.39 0.09 325.84 0.83 0.5
Hex E7 16 8D 0 5A 27 9 146 53 32
Octal 347 26 215 0 132 47 11 506 123 62
Binary 11100111 10110 10001101 0 1011010 100111 1001 101000110 1010011 110010

Color Harmonies of #E7168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7168D

Black with #E7168D

Text Example


Text Example

White with #E7168D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7168D; }

 p { color: rgb(231,22,141); }

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

background-color css

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

 a { background-color: rgb(231,22,141); }

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

border-color css

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

 span { border-color: rgb(231,22,141); }

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