Html Css Color HEX #E94D88 Dark Pink

📋 copy color: '#E94D88'

red 233 ◦ green 77 ◦ blue 136

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

Shades of Dark Pink #E94D88

Tints of Dark Pink #E94D88

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.26%

 BLUE value IS 136 (53.52% from 255) = 30.49%

R = 52.24%
G = 17.26%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E94D88 (or 0xE94D88) is known color: Dark Pink. HEX triplet: E9, 4D and 88. RGB value is (233,77,136). Sum of RGB (Red+Green+Blue) = 233+77+136=446 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.24% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 136 (53.52% from 255 or 30.49% from 446); Max value from RGB is 233 - color contains mainly: red. Hex color #E94D88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E94D88 is #16B277. Grayscale: #828282. Windows color (decimal): -1487480 or 8932841. OLE color: 8932841.

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

Color convert

RGB 233 77 136 -
CMYK 0 0.67 0.42 0.09
HSL 337.31º 0.78% 0.61% -
HSV(B) 337.31º 0.67% 0.91% -
XYZ 40.7 24.41 25.86 -
YUV 130.37 131.18 201.2 -
System Red Green Blue C M Y K H S L
Decimal 233 77 136 0 0.67 0.42 0.09 337.31 0.78 0.61
Hex E9 4D 88 0 43 2A 9 151 4E 3D
Octal 351 115 210 0 103 52 11 521 116 75
Binary 11101001 1001101 10001000 0 1000011 101010 1001 101010001 1001110 111101

Color Harmonies of #E94D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94D88

Black with #E94D88

Text Example


Text Example

White with #E94D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94D88; }

 p { color: rgb(233,77,136); }

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

background-color css

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

 a { background-color: rgb(233,77,136); }

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

border-color css

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

 span { border-color: rgb(233,77,136); }

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