Html Css Color HEX #E34C8D Dark Pink

📋 copy color: '#E34C8D'

red 227 ◦ green 76 ◦ blue 141

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

Shades of Dark Pink #E34C8D

Tints of Dark Pink #E34C8D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.12%

 BLUE value IS 141 (55.47% from 255) = 31.76%

R = 51.13%
G = 17.12%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E34C8D (or 0xE34C8D) is known color: Dark Pink. HEX triplet: E3, 4C and 8D. RGB value is (227,76,141). Sum of RGB (Red+Green+Blue) = 227+76+141=444 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.13% from 444); Green value is 76 (30.08% from 255 or 17.12% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 227 - color contains mainly: red. Hex color #E34C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34C8D is #1CB372. Grayscale: #808080. Windows color (decimal): -1880947 or 9260259. OLE color: 9260259.

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

Color convert

RGB 227 76 141 -
CMYK 0 0.67 0.38 0.11
HSL 334.17º 0.73% 0.59% -
HSV(B) 334.17º 0.67% 0.89% -
XYZ 39.07 23.42 27.66 -
YUV 128.56 135.03 198.21 -
System Red Green Blue C M Y K H S L
Decimal 227 76 141 0 0.67 0.38 0.11 334.17 0.73 0.59
Hex E3 4C 8D 0 43 26 B 14E 49 3B
Octal 343 114 215 0 103 46 13 516 111 73
Binary 11100011 1001100 10001101 0 1000011 100110 1011 101001110 1001001 111011

Color Harmonies of #E34C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34C8D

Black with #E34C8D

Text Example


Text Example

White with #E34C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34C8D; }

 p { color: rgb(227,76,141); }

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

background-color css

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

 a { background-color: rgb(227,76,141); }

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

border-color css

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

 span { border-color: rgb(227,76,141); }

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