Html Css Color HEX #E94E7D Dark Pink

📋 copy color: '#E94E7D'

red 233 ◦ green 78 ◦ blue 125

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

Shades of Dark Pink #E94E7D

Tints of Dark Pink #E94E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.67%

R = 53.44%
G = 17.89%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E94E7D (or 0xE94E7D) is known color: Dark Pink. HEX triplet: E9, 4E and 7D. RGB value is (233,78,125). Sum of RGB (Red+Green+Blue) = 233+78+125=436 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.44% from 436); Green value is 78 (30.86% from 255 or 17.89% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 233 - color contains mainly: red. Hex color #E94E7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E94E7D is #16B182. Grayscale: #818181. Windows color (decimal): -1487235 or 8212201. OLE color: 8212201.

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

Color convert

RGB 233 78 125 -
CMYK 0 0.67 0.46 0.09
HSL 341.81º 0.78% 0.61% -
HSV(B) 341.81º 0.67% 0.91% -
XYZ 40.03 24.25 21.97 -
YUV 129.7 125.35 201.68 -
System Red Green Blue C M Y K H S L
Decimal 233 78 125 0 0.67 0.46 0.09 341.81 0.78 0.61
Hex E9 4E 7D 0 43 2E 9 156 4E 3D
Octal 351 116 175 0 103 56 11 526 116 75
Binary 11101001 1001110 1111101 0 1000011 101110 1001 101010110 1001110 111101

Color Harmonies of #E94E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94E7D

Black with #E94E7D

Text Example


Text Example

White with #E94E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94E7D; }

 p { color: rgb(233,78,125); }

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

background-color css

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

 a { background-color: rgb(233,78,125); }

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

border-color css

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

 span { border-color: rgb(233,78,125); }

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