Html Css Color HEX #E94D86 Dark Pink

📋 copy color: '#E94D86'

red 233 ◦ green 77 ◦ blue 134

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

Shades of Dark Pink #E94D86

Tints of Dark Pink #E94D86

RGB

 RED value IS 233 (91.41% from 255) = 52.48%

 GREEN value IS 77 (30.47% from 255) = 17.34%

 BLUE value IS 134 (52.73% from 255) = 30.18%

R = 52.48%
G = 17.34%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E94D86 (or 0xE94D86) is known color: Dark Pink. HEX triplet: E9, 4D and 86. RGB value is (233,77,134). Sum of RGB (Red+Green+Blue) = 233+77+134=444 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.48% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 233 - color contains mainly: red. Hex color #E94D86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E94D86 is #16B279. Grayscale: #828282. Windows color (decimal): -1487482 or 8801769. OLE color: 8801769.

HSL color Cylindrical-coordinate representation of color #E94D86: hue angle of 338.08º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E94D86 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 77 134 -
CMYK 0 0.67 0.42 0.09
HSL 338.08º 0.78% 0.61% -
HSV(B) 338.08º 0.67% 0.91% -
XYZ 40.56 24.35 25.12 -
YUV 130.14 130.18 201.37 -
System Red Green Blue C M Y K H S L
Decimal 233 77 134 0 0.67 0.42 0.09 338.08 0.78 0.61
Hex E9 4D 86 0 43 2A 9 152 4E 3D
Octal 351 115 206 0 103 52 11 522 116 75
Binary 11101001 1001101 10000110 0 1000011 101010 1001 101010010 1001110 111101

Color Harmonies of #E94D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94D86

Black with #E94D86

Text Example


Text Example

White with #E94D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94D86; }

 p { color: rgb(233,77,134); }

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

background-color css

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

 a { background-color: rgb(233,77,134); }

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

border-color css

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

 span { border-color: rgb(233,77,134); }

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