Html Css Color HEX #E71685 Deep Pink

📋 copy color: '#E71685'

red 231 ◦ green 22 ◦ blue 133

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

Shades of Deep Pink #E71685

Tints of Deep Pink #E71685

RGB

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

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

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

R = 59.84%
G = 5.7%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E71685 (or 0xE71685) is known color: Deep Pink. HEX triplet: E7, 16 and 85. RGB value is (231,22,133). Sum of RGB (Red+Green+Blue) = 231+22+133=386 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.84% from 386); Green value is 22 (8.98% from 255 or 5.70% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 231 - color contains mainly: red. Hex color #E71685 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71685 is #18E97A. Grayscale: #606060. Windows color (decimal): -1632635 or 8722151. OLE color: 8722151.

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

Color convert

RGB 231 22 133 -
CMYK 0 0.90 0.42 0.09
HSL 328.13º 0.83% 0.5% -
HSV(B) 328.13º 0.9% 0.91% -
XYZ 37.48 19.26 23.93 -
YUV 97.15 148.24 223.47 -
System Red Green Blue C M Y K H S L
Decimal 231 22 133 0 0.90 0.42 0.09 328.13 0.83 0.5
Hex E7 16 85 0 5A 2A 9 148 53 32
Octal 347 26 205 0 132 52 11 510 123 62
Binary 11100111 10110 10000101 0 1011010 101010 1001 101001000 1010011 110010

Color Harmonies of #E71685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71685

Black with #E71685

Text Example


Text Example

White with #E71685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71685; }

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

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

background-color css

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

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

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

border-color css

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

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

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