Html Css Color HEX #E36086 Dark Pink

📋 copy color: '#E36086'

red 227 ◦ green 96 ◦ blue 134

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

Shades of Dark Pink #E36086

Tints of Dark Pink #E36086

RGB

 RED value IS 227 (89.06% from 255) = 49.67%

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

 BLUE value IS 134 (52.73% from 255) = 29.32%

R = 49.67%
G = 21.01%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#E36086 (or 0xE36086) is known color: Dark Pink. HEX triplet: E3, 60 and 86. RGB value is (227,96,134). Sum of RGB (Red+Green+Blue) = 227+96+134=457 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.67% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 134 (52.73% from 255 or 29.32% from 457); Max value from RGB is 227 - color contains mainly: red. Hex color #E36086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E36086 is #1C9F79. Grayscale: #8B8B8B. Windows color (decimal): -1875834 or 8806627. OLE color: 8806627.

HSL color Cylindrical-coordinate representation of color #E36086: hue angle of 342.6º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E36086 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 96 134 -
CMYK 0 0.58 0.41 0.11
HSL 342.6º 0.7% 0.63% -
HSV(B) 342.6º 0.58% 0.89% -
XYZ 40.16 26.42 25.54 -
YUV 139.5 124.9 190.41 -
System Red Green Blue C M Y K H S L
Decimal 227 96 134 0 0.58 0.41 0.11 342.6 0.7 0.63
Hex E3 60 86 0 3A 29 B 157 46 3F
Octal 343 140 206 0 72 51 13 527 106 77
Binary 11100011 1100000 10000110 0 111010 101001 1011 101010111 1000110 111111

Color Harmonies of #E36086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36086

Black with #E36086

Text Example


Text Example

White with #E36086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36086; }

 p { color: rgb(227,96,134); }

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

background-color css

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

 a { background-color: rgb(227,96,134); }

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

border-color css

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

 span { border-color: rgb(227,96,134); }

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