Html Css Color HEX #E94B7C Dark Pink

📋 copy color: '#E94B7C'

red 233 ◦ green 75 ◦ blue 124

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

Shades of Dark Pink #E94B7C

Tints of Dark Pink #E94B7C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.36%

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

R = 53.94%
G = 17.36%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E94B7C (or 0xE94B7C) is known color: Dark Pink. HEX triplet: E9, 4B and 7C. RGB value is (233,75,124). Sum of RGB (Red+Green+Blue) = 233+75+124=432 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.94% from 432); Green value is 75 (29.69% from 255 or 17.36% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 233 - color contains mainly: red. Hex color #E94B7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94B7C is #16B483. Grayscale: #7F7F7F. Windows color (decimal): -1488004 or 8145897. OLE color: 8145897.

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

Color convert

RGB 233 75 124 -
CMYK 0 0.68 0.47 0.09
HSL 341.39º 0.78% 0.6% -
HSV(B) 341.39º 0.68% 0.91% -
XYZ 39.76 23.81 21.57 -
YUV 127.83 125.85 203.02 -
System Red Green Blue C M Y K H S L
Decimal 233 75 124 0 0.68 0.47 0.09 341.39 0.78 0.6
Hex E9 4B 7C 0 44 2F 9 155 4E 3C
Octal 351 113 174 0 104 57 11 525 116 74
Binary 11101001 1001011 1111100 0 1000100 101111 1001 101010101 1001110 111100

Color Harmonies of #E94B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94B7C

Black with #E94B7C

Text Example


Text Example

White with #E94B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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