Html Css Color HEX #E94A81 Dark Pink

📋 copy color: '#E94A81'

red 233 ◦ green 74 ◦ blue 129

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

Shades of Dark Pink #E94A81

Tints of Dark Pink #E94A81

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.97%

 BLUE value IS 129 (50.78% from 255) = 29.59%

R = 53.44%
G = 16.97%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E94A81 (or 0xE94A81) is known color: Dark Pink. HEX triplet: E9, 4A and 81. RGB value is (233,74,129). Sum of RGB (Red+Green+Blue) = 233+74+129=436 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.44% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94A81 is #16B57E. Grayscale: #7F7F7F. Windows color (decimal): -1488255 or 8473321. OLE color: 8473321.

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

Color convert

RGB 233 74 129 -
CMYK 0 0.68 0.45 0.09
HSL 339.25º 0.78% 0.6% -
HSV(B) 339.25º 0.68% 0.91% -
XYZ 40.02 23.81 23.25 -
YUV 127.81 128.68 203.03 -
System Red Green Blue C M Y K H S L
Decimal 233 74 129 0 0.68 0.45 0.09 339.25 0.78 0.6
Hex E9 4A 81 0 44 2D 9 153 4E 3C
Octal 351 112 201 0 104 55 11 523 116 74
Binary 11101001 1001010 10000001 0 1000100 101101 1001 101010011 1001110 111100

Color Harmonies of #E94A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94A81

Black with #E94A81

Text Example


Text Example

White with #E94A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94A81; }

 p { color: rgb(233,74,129); }

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

background-color css

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

 a { background-color: rgb(233,74,129); }

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

border-color css

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

 span { border-color: rgb(233,74,129); }

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