Html Css Color HEX #E7127F Deep Pink

📋 copy color: '#E7127F'

red 231 ◦ green 18 ◦ blue 127

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

Shades of Deep Pink #E7127F

Tints of Deep Pink #E7127F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.79%

 BLUE value IS 127 (50% from 255) = 33.78%

R = 61.44%
G = 4.79%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E7127F (or 0xE7127F) is known color: Deep Pink. HEX triplet: E7, 12 and 7F. RGB value is (231,18,127). Sum of RGB (Red+Green+Blue) = 231+18+127=376 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.44% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 231 - color contains mainly: red. Hex color #E7127F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7127F is #18ED80. Grayscale: #5D5D5D. Windows color (decimal): -1633665 or 8327911. OLE color: 8327911.

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

Color convert

RGB 231 18 127 -
CMYK 0 0.92 0.45 0.09
HSL 329.3º 0.86% 0.49% -
HSV(B) 329.3º 0.92% 0.91% -
XYZ 37 18.95 21.79 -
YUV 94.11 146.57 225.64 -
System Red Green Blue C M Y K H S L
Decimal 231 18 127 0 0.92 0.45 0.09 329.3 0.86 0.49
Hex E7 12 7F 0 5C 2D 9 149 56 31
Octal 347 22 177 0 134 55 11 511 126 61
Binary 11100111 10010 1111111 0 1011100 101101 1001 101001001 1010110 110001

Color Harmonies of #E7127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7127F

Black with #E7127F

Text Example


Text Example

White with #E7127F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7127F; }

 p { color: rgb(231,18,127); }

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

background-color css

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

 a { background-color: rgb(231,18,127); }

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

border-color css

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

 span { border-color: rgb(231,18,127); }

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