Html Css Color HEX #E81483 Deep Pink

📋 copy color: '#E81483'

red 232 ◦ green 20 ◦ blue 131

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

Shades of Deep Pink #E81483

Tints of Deep Pink #E81483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.2%

R = 60.57%
G = 5.22%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E81483 (or 0xE81483) is known color: Deep Pink. HEX triplet: E8, 14 and 83. RGB value is (232,20,131). Sum of RGB (Red+Green+Blue) = 232+20+131=383 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.57% from 383); Green value is 20 (8.20% from 255 or 5.22% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 232 - color contains mainly: red. Hex color #E81483 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E81483 is #17EB7C. Grayscale: #5F5F5F. Windows color (decimal): -1567613 or 8590568. OLE color: 8590568.

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

Color convert

RGB 232 20 131 -
CMYK 0 0.91 0.44 0.09
HSL 328.58º 0.84% 0.49% -
HSV(B) 328.58º 0.91% 0.91% -
XYZ 37.63 19.29 23.21 -
YUV 96.04 147.74 224.97 -
System Red Green Blue C M Y K H S L
Decimal 232 20 131 0 0.91 0.44 0.09 328.58 0.84 0.49
Hex E8 14 83 0 5B 2C 9 149 54 31
Octal 350 24 203 0 133 54 11 511 124 61
Binary 11101000 10100 10000011 0 1011011 101100 1001 101001001 1010100 110001

Color Harmonies of #E81483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81483

Black with #E81483

Text Example


Text Example

White with #E81483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81483; }

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

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

background-color css

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

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

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

border-color css

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

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

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