Html Css Color HEX #E81290 Deep Pink

📋 copy color: '#E81290'

red 232 ◦ green 18 ◦ blue 144

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

Shades of Deep Pink #E81290

Tints of Deep Pink #E81290

RGB

 RED value IS 232 (91.02% from 255) = 58.88%

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

 BLUE value IS 144 (56.64% from 255) = 36.55%

R = 58.88%
G = 4.57%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E81290 (or 0xE81290) is known color: Deep Pink. HEX triplet: E8, 12 and 90. RGB value is (232,18,144). Sum of RGB (Red+Green+Blue) = 232+18+144=394 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.88% from 394); Green value is 18 (7.42% from 255 or 4.57% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 232 - color contains mainly: red. Hex color #E81290 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E81290 is #17ED6F. Grayscale: #606060. Windows color (decimal): -1568112 or 9442024. OLE color: 9442024.

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

Color convert

RGB 232 18 144 -
CMYK 0 0.92 0.38 0.09
HSL 324.67º 0.86% 0.49% -
HSV(B) 324.67º 0.92% 0.91% -
XYZ 38.53 19.6 28.14 -
YUV 96.35 154.9 224.75 -
System Red Green Blue C M Y K H S L
Decimal 232 18 144 0 0.92 0.38 0.09 324.67 0.86 0.49
Hex E8 12 90 0 5C 26 9 145 56 31
Octal 350 22 220 0 134 46 11 505 126 61
Binary 11101000 10010 10010000 0 1011100 100110 1001 101000101 1010110 110001

Color Harmonies of #E81290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81290

Black with #E81290

Text Example


Text Example

White with #E81290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81290; }

 p { color: rgb(232,18,144); }

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

background-color css

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

 a { background-color: rgb(232,18,144); }

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

border-color css

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

 span { border-color: rgb(232,18,144); }

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