Html Css Color HEX #E94F7D Dark Pink

📋 copy color: '#E94F7D'

red 233 ◦ green 79 ◦ blue 125

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

Shades of Dark Pink #E94F7D

Tints of Dark Pink #E94F7D

RGB

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

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

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

R = 53.32%
G = 18.08%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E94F7D (or 0xE94F7D) is known color: Dark Pink. HEX triplet: E9, 4F and 7D. RGB value is (233,79,125). Sum of RGB (Red+Green+Blue) = 233+79+125=437 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.32% from 437); Green value is 79 (31.25% from 255 or 18.08% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 233 - color contains mainly: red. Hex color #E94F7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E94F7D is #16B082. Grayscale: #828282. Windows color (decimal): -1486979 or 8212457. OLE color: 8212457.

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

Color convert

RGB 233 79 125 -
CMYK 0 0.66 0.46 0.09
HSL 342.08º 0.78% 0.61% -
HSV(B) 342.08º 0.66% 0.91% -
XYZ 40.1 24.4 22 -
YUV 130.29 125.02 201.26 -
System Red Green Blue C M Y K H S L
Decimal 233 79 125 0 0.66 0.46 0.09 342.08 0.78 0.61
Hex E9 4F 7D 0 42 2E 9 156 4E 3D
Octal 351 117 175 0 102 56 11 526 116 75
Binary 11101001 1001111 1111101 0 1000010 101110 1001 101010110 1001110 111101

Color Harmonies of #E94F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94F7D

Black with #E94F7D

Text Example


Text Example

White with #E94F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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