Html Css Color HEX #E34E82 Dark Pink

📋 copy color: '#E34E82'

red 227 ◦ green 78 ◦ blue 130

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

Shades of Dark Pink #E34E82

Tints of Dark Pink #E34E82

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.93%

 BLUE value IS 130 (51.17% from 255) = 29.89%

R = 52.18%
G = 17.93%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E34E82 (or 0xE34E82) is known color: Dark Pink. HEX triplet: E3, 4E and 82. RGB value is (227,78,130). Sum of RGB (Red+Green+Blue) = 227+78+130=435 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.18% from 435); Green value is 78 (30.86% from 255 or 17.93% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 227 - color contains mainly: red. Hex color #E34E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E34E82 is #1CB17D. Grayscale: #808080. Windows color (decimal): -1880446 or 8539875. OLE color: 8539875.

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

Color convert

RGB 227 78 130 -
CMYK 0 0.66 0.43 0.11
HSL 339.06º 0.73% 0.6% -
HSV(B) 339.06º 0.66% 0.89% -
XYZ 38.43 23.39 23.61 -
YUV 128.48 128.86 198.27 -
System Red Green Blue C M Y K H S L
Decimal 227 78 130 0 0.66 0.43 0.11 339.06 0.73 0.6
Hex E3 4E 82 0 42 2B B 153 49 3C
Octal 343 116 202 0 102 53 13 523 111 74
Binary 11100011 1001110 10000010 0 1000010 101011 1011 101010011 1001001 111100

Color Harmonies of #E34E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34E82

Black with #E34E82

Text Example


Text Example

White with #E34E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34E82; }

 p { color: rgb(227,78,130); }

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

background-color css

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

 a { background-color: rgb(227,78,130); }

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

border-color css

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

 span { border-color: rgb(227,78,130); }

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