Html Css Color HEX #E81685 Deep Pink

📋 copy color: '#E81685'

red 232 ◦ green 22 ◦ blue 133

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

Shades of Deep Pink #E81685

Tints of Deep Pink #E81685

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.68%

 BLUE value IS 133 (52.34% from 255) = 34.37%

R = 59.95%
G = 5.68%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#E81685 (or 0xE81685) is known color: Deep Pink. HEX triplet: E8, 16 and 85. RGB value is (232,22,133). Sum of RGB (Red+Green+Blue) = 232+22+133=387 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.95% from 387); Green value is 22 (8.98% from 255 or 5.68% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 232 - color contains mainly: red. Hex color #E81685 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E81685 is #17E97A. Grayscale: #616161. Windows color (decimal): -1567099 or 8722152. OLE color: 8722152.

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

Color convert

RGB 232 22 133 -
CMYK 0 0.91 0.43 0.09
HSL 328.29º 0.83% 0.5% -
HSV(B) 328.29º 0.91% 0.91% -
XYZ 37.8 19.42 23.95 -
YUV 97.44 148.07 223.97 -
System Red Green Blue C M Y K H S L
Decimal 232 22 133 0 0.91 0.43 0.09 328.29 0.83 0.5
Hex E8 16 85 0 5B 2B 9 148 53 32
Octal 350 26 205 0 133 53 11 510 123 62
Binary 11101000 10110 10000101 0 1011011 101011 1001 101001000 1010011 110010

Color Harmonies of #E81685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81685

Black with #E81685

Text Example


Text Example

White with #E81685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81685; }

 p { color: rgb(232,22,133); }

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

background-color css

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

 a { background-color: rgb(232,22,133); }

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

border-color css

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

 span { border-color: rgb(232,22,133); }

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