Html Css Color HEX #E34A86 Dark Pink

📋 copy color: '#E34A86'

red 227 ◦ green 74 ◦ blue 134

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

Shades of Dark Pink #E34A86

Tints of Dark Pink #E34A86

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.01%

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

R = 52.18%
G = 17.01%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#E34A86 (or 0xE34A86) is known color: Dark Pink. HEX triplet: E3, 4A and 86. RGB value is (227,74,134). Sum of RGB (Red+Green+Blue) = 227+74+134=435 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.18% from 435); Green value is 74 (29.30% from 255 or 17.01% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 227 - color contains mainly: red. Hex color #E34A86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34A86 is #1CB579. Grayscale: #7E7E7E. Windows color (decimal): -1881466 or 8800995. OLE color: 8800995.

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

Color convert

RGB 227 74 134 -
CMYK 0 0.67 0.41 0.11
HSL 336.47º 0.73% 0.59% -
HSV(B) 336.47º 0.67% 0.89% -
XYZ 38.43 22.95 24.96 -
YUV 126.59 132.19 199.62 -
System Red Green Blue C M Y K H S L
Decimal 227 74 134 0 0.67 0.41 0.11 336.47 0.73 0.59
Hex E3 4A 86 0 43 29 B 150 49 3B
Octal 343 112 206 0 103 51 13 520 111 73
Binary 11100011 1001010 10000110 0 1000011 101001 1011 101010000 1001001 111011

Color Harmonies of #E34A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34A86

Black with #E34A86

Text Example


Text Example

White with #E34A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34A86; }

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

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

background-color css

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

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

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

border-color css

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

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

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