Html Css Color HEX #E71085 Deep Pink

📋 copy color: '#E71085'

red 231 ◦ green 16 ◦ blue 133

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

Shades of Deep Pink #E71085

Tints of Deep Pink #E71085

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.21%

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

R = 60.79%
G = 4.21%
B = 35%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E71085 (or 0xE71085) is known color: Deep Pink. HEX triplet: E7, 10 and 85. RGB value is (231,16,133). Sum of RGB (Red+Green+Blue) = 231+16+133=380 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.79% from 380); Green value is 16 (6.64% from 255 or 4.21% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 231 - color contains mainly: red. Hex color #E71085 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71085 is #18EF7A. Grayscale: #5D5D5D. Windows color (decimal): -1634171 or 8720615. OLE color: 8720615.

HSL color Cylindrical-coordinate representation of color #E71085: hue angle of 327.35º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E71085 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 16 133 -
CMYK 0 0.93 0.42 0.09
HSL 327.35º 0.87% 0.48% -
HSV(B) 327.35º 0.93% 0.91% -
XYZ 37.37 19.05 23.9 -
YUV 93.62 150.23 225.99 -
System Red Green Blue C M Y K H S L
Decimal 231 16 133 0 0.93 0.42 0.09 327.35 0.87 0.48
Hex E7 10 85 0 5D 2A 9 147 57 30
Octal 347 20 205 0 135 52 11 507 127 60
Binary 11100111 10000 10000101 0 1011101 101010 1001 101000111 1010111 110000

Color Harmonies of #E71085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71085

Black with #E71085

Text Example


Text Example

White with #E71085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71085; }

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

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

background-color css

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

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

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

border-color css

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

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

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