Html Css Color HEX #E36085 Dark Pink

📋 copy color: '#E36085'

red 227 ◦ green 96 ◦ blue 133

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

Shades of Dark Pink #E36085

Tints of Dark Pink #E36085

RGB

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

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

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

R = 49.78%
G = 21.05%
B = 29.17%

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

#E36085 (or 0xE36085) is known color: Dark Pink. HEX triplet: E3, 60 and 85. RGB value is (227,96,133). Sum of RGB (Red+Green+Blue) = 227+96+133=456 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.78% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 227 - color contains mainly: red. Hex color #E36085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E36085 is #1C9F7A. Grayscale: #8B8B8B. Windows color (decimal): -1875835 or 8741091. OLE color: 8741091.

HSL color Cylindrical-coordinate representation of color #E36085: hue angle of 343.05º 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 #E36085 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 96 133 -
CMYK 0 0.58 0.41 0.11
HSL 343.05º 0.7% 0.63% -
HSV(B) 343.05º 0.58% 0.89% -
XYZ 40.1 26.39 25.17 -
YUV 139.39 124.4 190.49 -
System Red Green Blue C M Y K H S L
Decimal 227 96 133 0 0.58 0.41 0.11 343.05 0.7 0.63
Hex E3 60 85 0 3A 29 B 157 46 3F
Octal 343 140 205 0 72 51 13 527 106 77
Binary 11100011 1100000 10000101 0 111010 101001 1011 101010111 1000110 111111

Color Harmonies of #E36085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36085

Black with #E36085

Text Example


Text Example

White with #E36085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36085; }

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

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

background-color css

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

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

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

border-color css

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

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

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