Html Css Color HEX #E34E7F Dark Pink

📋 copy color: '#E34E7F'

red 227 ◦ green 78 ◦ blue 127

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

Shades of Dark Pink #E34E7F

Tints of Dark Pink #E34E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.4%

R = 52.55%
G = 18.06%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E34E7F (or 0xE34E7F) is known color: Dark Pink. HEX triplet: E3, 4E and 7F. RGB value is (227,78,127). Sum of RGB (Red+Green+Blue) = 227+78+127=432 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.55% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 227 - color contains mainly: red. Hex color #E34E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E34E7F is #1CB180. Grayscale: #808080. Windows color (decimal): -1880449 or 8343267. OLE color: 8343267.

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

Color convert

RGB 227 78 127 -
CMYK 0 0.66 0.44 0.11
HSL 340.27º 0.73% 0.6% -
HSV(B) 340.27º 0.66% 0.89% -
XYZ 38.23 23.31 22.56 -
YUV 128.14 127.36 198.52 -
System Red Green Blue C M Y K H S L
Decimal 227 78 127 0 0.66 0.44 0.11 340.27 0.73 0.6
Hex E3 4E 7F 0 42 2C B 154 49 3C
Octal 343 116 177 0 102 54 13 524 111 74
Binary 11100011 1001110 1111111 0 1000010 101100 1011 101010100 1001001 111100

Color Harmonies of #E34E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34E7F

Black with #E34E7F

Text Example


Text Example

White with #E34E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34E7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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