Html Css Color HEX #E34F83 Dark Pink

📋 copy color: '#E34F83'

red 227 ◦ green 79 ◦ blue 131

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

Shades of Dark Pink #E34F83

Tints of Dark Pink #E34F83

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.08%

 BLUE value IS 131 (51.56% from 255) = 29.98%

R = 51.95%
G = 18.08%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#E34F83 (or 0xE34F83) is known color: Dark Pink. HEX triplet: E3, 4F and 83. RGB value is (227,79,131). Sum of RGB (Red+Green+Blue) = 227+79+131=437 (57% of max value = 765). Red value is 227 (89.06% from 255 or 51.95% from 437); Green value is 79 (31.25% from 255 or 18.08% from 437); Blue value is 131 (51.56% from 255 or 29.98% from 437); Max value from RGB is 227 - color contains mainly: red. Hex color #E34F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E34F83 is #1CB07C. Grayscale: #818181. Windows color (decimal): -1880189 or 8605667. OLE color: 8605667.

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

Color convert

RGB 227 79 131 -
CMYK 0 0.65 0.42 0.11
HSL 338.92º 0.73% 0.6% -
HSV(B) 338.92º 0.65% 0.89% -
XYZ 38.57 23.56 23.99 -
YUV 129.18 129.03 197.77 -
System Red Green Blue C M Y K H S L
Decimal 227 79 131 0 0.65 0.42 0.11 338.92 0.73 0.6
Hex E3 4F 83 0 41 2A B 153 49 3C
Octal 343 117 203 0 101 52 13 523 111 74
Binary 11100011 1001111 10000011 0 1000001 101010 1011 101010011 1001001 111100

Color Harmonies of #E34F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34F83

Black with #E34F83

Text Example


Text Example

White with #E34F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34F83; }

 p { color: rgb(227,79,131); }

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

background-color css

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

 a { background-color: rgb(227,79,131); }

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

border-color css

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

 span { border-color: rgb(227,79,131); }

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