Html Css Color HEX #E71A8A Deep Pink

📋 copy color: '#E71A8A'

red 231 ◦ green 26 ◦ blue 138

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

Shades of Deep Pink #E71A8A

Tints of Deep Pink #E71A8A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.58%

 BLUE value IS 138 (54.3% from 255) = 34.94%

R = 58.48%
G = 6.58%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#E71A8A (or 0xE71A8A) is known color: Deep Pink. HEX triplet: E7, 1A and 8A. RGB value is (231,26,138). Sum of RGB (Red+Green+Blue) = 231+26+138=395 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.48% from 395); Green value is 26 (10.55% from 255 or 6.58% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 231 - color contains mainly: red. Hex color #E71A8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E71A8A is #18E575. Grayscale: #636363. Windows color (decimal): -1631606 or 9050855. OLE color: 9050855.

HSL color Cylindrical-coordinate representation of color #E71A8A: hue angle of 327.22º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E71A8A is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 26 138 -
CMYK 0 0.89 0.40 0.09
HSL 327.22º 0.81% 0.5% -
HSV(B) 327.22º 0.89% 0.91% -
XYZ 37.91 19.56 25.82 -
YUV 100.06 149.42 221.39 -
System Red Green Blue C M Y K H S L
Decimal 231 26 138 0 0.89 0.40 0.09 327.22 0.81 0.5
Hex E7 1A 8A 0 59 28 9 147 51 32
Octal 347 32 212 0 131 50 11 507 121 62
Binary 11100111 11010 10001010 0 1011001 101000 1001 101000111 1010001 110010

Color Harmonies of #E71A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71A8A

Black with #E71A8A

Text Example


Text Example

White with #E71A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71A8A; }

 p { color: rgb(231,26,138); }

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

background-color css

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

 a { background-color: rgb(231,26,138); }

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

border-color css

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

 span { border-color: rgb(231,26,138); }

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