Html Css Color HEX #E34283 Dark Pink

📋 copy color: '#E34283'

red 227 ◦ green 66 ◦ blue 131

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

Shades of Dark Pink #E34283

Tints of Dark Pink #E34283

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.57%

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

R = 53.54%
G = 15.57%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#E34283 (or 0xE34283) is known color: Dark Pink. HEX triplet: E3, 42 and 83. RGB value is (227,66,131). Sum of RGB (Red+Green+Blue) = 227+66+131=424 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.54% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 227 - color contains mainly: red. Hex color #E34283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34283 is #1CBD7C. Grayscale: #797979. Windows color (decimal): -1883517 or 8602339. OLE color: 8602339.

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

Color convert

RGB 227 66 131 -
CMYK 0 0.71 0.42 0.11
HSL 335.78º 0.74% 0.57% -
HSV(B) 335.78º 0.71% 0.89% -
XYZ 37.72 21.87 23.71 -
YUV 121.55 133.34 203.21 -
System Red Green Blue C M Y K H S L
Decimal 227 66 131 0 0.71 0.42 0.11 335.78 0.74 0.57
Hex E3 42 83 0 47 2A B 150 4A 39
Octal 343 102 203 0 107 52 13 520 112 71
Binary 11100011 1000010 10000011 0 1000111 101010 1011 101010000 1001010 111001

Color Harmonies of #E34283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34283

Black with #E34283

Text Example


Text Example

White with #E34283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34283; }

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

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

background-color css

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

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

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

border-color css

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

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

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