Html Css Color HEX #E94D7C Dark Pink

📋 copy color: '#E94D7C'

red 233 ◦ green 77 ◦ blue 124

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

Shades of Dark Pink #E94D7C

Tints of Dark Pink #E94D7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.57%

R = 53.69%
G = 17.74%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E94D7C (or 0xE94D7C) is known color: Dark Pink. HEX triplet: E9, 4D and 7C. RGB value is (233,77,124). Sum of RGB (Red+Green+Blue) = 233+77+124=434 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.69% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 233 - color contains mainly: red. Hex color #E94D7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E94D7C is #16B283. Grayscale: #808080. Windows color (decimal): -1487492 or 8146409. OLE color: 8146409.

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

Color convert

RGB 233 77 124 -
CMYK 0 0.67 0.47 0.09
HSL 341.92º 0.78% 0.61% -
HSV(B) 341.92º 0.67% 0.91% -
XYZ 39.9 24.09 21.62 -
YUV 129 125.18 202.18 -
System Red Green Blue C M Y K H S L
Decimal 233 77 124 0 0.67 0.47 0.09 341.92 0.78 0.61
Hex E9 4D 7C 0 43 2F 9 156 4E 3D
Octal 351 115 174 0 103 57 11 526 116 75
Binary 11101001 1001101 1111100 0 1000011 101111 1001 101010110 1001110 111101

Color Harmonies of #E94D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94D7C

Black with #E94D7C

Text Example


Text Example

White with #E94D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94D7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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