Html Css Color HEX #E34986 Dark Pink

📋 copy color: '#E34986'

red 227 ◦ green 73 ◦ blue 134

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

Shades of Dark Pink #E34986

Tints of Dark Pink #E34986

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.82%

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

R = 52.3%
G = 16.82%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#E34986 (or 0xE34986) is known color: Dark Pink. HEX triplet: E3, 49 and 86. RGB value is (227,73,134). Sum of RGB (Red+Green+Blue) = 227+73+134=434 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.30% from 434); Green value is 73 (28.91% from 255 or 16.82% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 227 - color contains mainly: red. Hex color #E34986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34986 is #1CB679. Grayscale: #7D7D7D. Windows color (decimal): -1881722 or 8800739. OLE color: 8800739.

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

Color convert

RGB 227 73 134 -
CMYK 0 0.68 0.41 0.11
HSL 336.23º 0.73% 0.59% -
HSV(B) 336.23º 0.68% 0.89% -
XYZ 38.36 22.82 24.94 -
YUV 126 132.52 200.04 -
System Red Green Blue C M Y K H S L
Decimal 227 73 134 0 0.68 0.41 0.11 336.23 0.73 0.59
Hex E3 49 86 0 44 29 B 150 49 3B
Octal 343 111 206 0 104 51 13 520 111 73
Binary 11100011 1001001 10000110 0 1000100 101001 1011 101010000 1001001 111011

Color Harmonies of #E34986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34986

Black with #E34986

Text Example


Text Example

White with #E34986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34986; }

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

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

background-color css

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

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

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

border-color css

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

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

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