Html Css Color HEX #E81488 Deep Pink

📋 copy color: '#E81488'

red 232 ◦ green 20 ◦ blue 136

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

Shades of Deep Pink #E81488

Tints of Deep Pink #E81488

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.15%

 BLUE value IS 136 (53.52% from 255) = 35.05%

R = 59.79%
G = 5.15%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#E81488 (or 0xE81488) is known color: Deep Pink. HEX triplet: E8, 14 and 88. RGB value is (232,20,136). Sum of RGB (Red+Green+Blue) = 232+20+136=388 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.79% from 388); Green value is 20 (8.20% from 255 or 5.15% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 232 - color contains mainly: red. Hex color #E81488 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E81488 is #17EB77. Grayscale: #606060. Windows color (decimal): -1567608 or 8918248. OLE color: 8918248.

HSL color Cylindrical-coordinate representation of color #E81488: hue angle of 327.17º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E81488 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 20 136 -
CMYK 0 0.91 0.41 0.09
HSL 327.17º 0.84% 0.49% -
HSV(B) 327.17º 0.91% 0.91% -
XYZ 37.97 19.43 25.04 -
YUV 96.61 150.24 224.57 -
System Red Green Blue C M Y K H S L
Decimal 232 20 136 0 0.91 0.41 0.09 327.17 0.84 0.49
Hex E8 14 88 0 5B 29 9 147 54 31
Octal 350 24 210 0 133 51 11 507 124 61
Binary 11101000 10100 10001000 0 1011011 101001 1001 101000111 1010100 110001

Color Harmonies of #E81488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81488

Black with #E81488

Text Example


Text Example

White with #E81488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81488; }

 p { color: rgb(232,20,136); }

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

background-color css

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

 a { background-color: rgb(232,20,136); }

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

border-color css

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

 span { border-color: rgb(232,20,136); }

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