Html Css Color HEX #E71681 Deep Pink

📋 copy color: '#E71681'

red 231 ◦ green 22 ◦ blue 129

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

Shades of Deep Pink #E71681

Tints of Deep Pink #E71681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.77%

R = 60.47%
G = 5.76%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E71681 (or 0xE71681) is known color: Deep Pink. HEX triplet: E7, 16 and 81. RGB value is (231,22,129). Sum of RGB (Red+Green+Blue) = 231+22+129=382 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.47% from 382); Green value is 22 (8.98% from 255 or 5.76% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 231 - color contains mainly: red. Hex color #E71681 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71681 is #18E97E. Grayscale: #606060. Windows color (decimal): -1632639 or 8460007. OLE color: 8460007.

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

Color convert

RGB 231 22 129 -
CMYK 0 0.90 0.44 0.09
HSL 329.28º 0.83% 0.5% -
HSV(B) 329.28º 0.9% 0.91% -
XYZ 37.2 19.15 22.5 -
YUV 96.69 146.24 223.8 -
System Red Green Blue C M Y K H S L
Decimal 231 22 129 0 0.90 0.44 0.09 329.28 0.83 0.5
Hex E7 16 81 0 5A 2C 9 149 53 32
Octal 347 26 201 0 132 54 11 511 123 62
Binary 11100111 10110 10000001 0 1011010 101100 1001 101001001 1010011 110010

Color Harmonies of #E71681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71681

Black with #E71681

Text Example


Text Example

White with #E71681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71681; }

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

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

background-color css

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

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

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

border-color css

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

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

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