Html Css Color HEX #E71281 Deep Pink

📋 copy color: '#E71281'

red 231 ◦ green 18 ◦ blue 129

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

Shades of Deep Pink #E71281

Tints of Deep Pink #E71281

RGB

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

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

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

R = 61.11%
G = 4.76%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E71281 (or 0xE71281) is known color: Deep Pink. HEX triplet: E7, 12 and 81. RGB value is (231,18,129). Sum of RGB (Red+Green+Blue) = 231+18+129=378 (50% of max value = 765). Red value is 231 (90.62% from 255 or 61.11% from 378); Green value is 18 (7.42% from 255 or 4.76% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 231 - color contains mainly: red. Hex color #E71281 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71281 is #18ED7E. Grayscale: #5E5E5E. Windows color (decimal): -1633663 or 8458983. OLE color: 8458983.

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

Color convert

RGB 231 18 129 -
CMYK 0 0.92 0.44 0.09
HSL 328.73º 0.86% 0.49% -
HSV(B) 328.73º 0.92% 0.91% -
XYZ 37.13 19.01 22.48 -
YUV 94.34 147.57 225.47 -
System Red Green Blue C M Y K H S L
Decimal 231 18 129 0 0.92 0.44 0.09 328.73 0.86 0.49
Hex E7 12 81 0 5C 2C 9 149 56 31
Octal 347 22 201 0 134 54 11 511 126 61
Binary 11100111 10010 10000001 0 1011100 101100 1001 101001001 1010110 110001

Color Harmonies of #E71281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71281

Black with #E71281

Text Example


Text Example

White with #E71281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71281; }

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

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

background-color css

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

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

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

border-color css

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

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

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