Html Css Color HEX #E94E89 Dark Pink

📋 copy color: '#E94E89'

red 233 ◦ green 78 ◦ blue 137

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

Shades of Dark Pink #E94E89

Tints of Dark Pink #E94E89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 30.58%

R = 52.01%
G = 17.41%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#E94E89 (or 0xE94E89) is known color: Dark Pink. HEX triplet: E9, 4E and 89. RGB value is (233,78,137). Sum of RGB (Red+Green+Blue) = 233+78+137=448 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.01% from 448); Green value is 78 (30.86% from 255 or 17.41% from 448); Blue value is 137 (53.91% from 255 or 30.58% from 448); Max value from RGB is 233 - color contains mainly: red. Hex color #E94E89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E94E89 is #16B176. Grayscale: #828282. Windows color (decimal): -1487223 or 8998633. OLE color: 8998633.

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

Color convert

RGB 233 78 137 -
CMYK 0 0.67 0.41 0.09
HSL 337.16º 0.78% 0.61% -
HSV(B) 337.16º 0.67% 0.91% -
XYZ 40.84 24.58 26.26 -
YUV 131.07 131.35 200.7 -
System Red Green Blue C M Y K H S L
Decimal 233 78 137 0 0.67 0.41 0.09 337.16 0.78 0.61
Hex E9 4E 89 0 43 29 9 151 4E 3D
Octal 351 116 211 0 103 51 11 521 116 75
Binary 11101001 1001110 10001001 0 1000011 101001 1001 101010001 1001110 111101

Color Harmonies of #E94E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94E89

Black with #E94E89

Text Example


Text Example

White with #E94E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94E89; }

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

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

background-color css

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

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

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

border-color css

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

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

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