Html Css Color HEX #E34A84 Dark Pink

📋 copy color: '#E34A84'

red 227 ◦ green 74 ◦ blue 132

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

Shades of Dark Pink #E34A84

Tints of Dark Pink #E34A84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30.48%

R = 52.42%
G = 17.09%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#E34A84 (or 0xE34A84) is known color: Dark Pink. HEX triplet: E3, 4A and 84. RGB value is (227,74,132). Sum of RGB (Red+Green+Blue) = 227+74+132=433 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.42% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 132 (51.95% from 255 or 30.48% from 433); Max value from RGB is 227 - color contains mainly: red. Hex color #E34A84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34A84 is #1CB57B. Grayscale: #7E7E7E. Windows color (decimal): -1881468 or 8669923. OLE color: 8669923.

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

Color convert

RGB 227 74 132 -
CMYK 0 0.67 0.42 0.11
HSL 337.25º 0.73% 0.59% -
HSV(B) 337.25º 0.67% 0.89% -
XYZ 38.29 22.89 24.23 -
YUV 126.36 131.19 199.78 -
System Red Green Blue C M Y K H S L
Decimal 227 74 132 0 0.67 0.42 0.11 337.25 0.73 0.59
Hex E3 4A 84 0 43 2A B 151 49 3B
Octal 343 112 204 0 103 52 13 521 111 73
Binary 11100011 1001010 10000100 0 1000011 101010 1011 101010001 1001001 111011

Color Harmonies of #E34A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34A84

Black with #E34A84

Text Example


Text Example

White with #E34A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34A84; }

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

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

background-color css

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

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

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

border-color css

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

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

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