Html Css Color HEX #E16085 Dark Pink

📋 copy color: '#E16085'

red 225 ◦ green 96 ◦ blue 133

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

Shades of Dark Pink #E16085

Tints of Dark Pink #E16085

RGB

 RED value IS 225 (88.28% from 255) = 49.56%

 GREEN value IS 96 (37.89% from 255) = 21.15%

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

R = 49.56%
G = 21.15%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E16085 (or 0xE16085) is known color: Dark Pink. HEX triplet: E1, 60 and 85. RGB value is (225,96,133). Sum of RGB (Red+Green+Blue) = 225+96+133=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E16085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16085 is #1E9F7A. Grayscale: #8A8A8A. Windows color (decimal): -2006907 or 8741089. OLE color: 8741089.

HSL color Cylindrical-coordinate representation of color #E16085: hue angle of 342.79º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E16085 is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 96 133 -
CMYK 0 0.57 0.41 0.12
HSL 342.79º 0.68% 0.63% -
HSV(B) 342.79º 0.57% 0.88% -
XYZ 39.47 26.07 25.14 -
YUV 138.79 124.74 189.49 -
System Red Green Blue C M Y K H S L
Decimal 225 96 133 0 0.57 0.41 0.12 342.79 0.68 0.63
Hex E1 60 85 0 39 29 C 157 44 3F
Octal 341 140 205 0 71 51 14 527 104 77
Binary 11100001 1100000 10000101 0 111001 101001 1100 101010111 1000100 111111

Color Harmonies of #E16085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16085

Black with #E16085

Text Example


Text Example

White with #E16085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16085; }

 p { color: rgb(225,96,133); }

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

background-color css

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

 a { background-color: rgb(225,96,133); }

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

border-color css

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

 span { border-color: rgb(225,96,133); }

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