Html Css Color HEX #E94982 Dark Pink

📋 copy color: '#E94982'

red 233 ◦ green 73 ◦ blue 130

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

Shades of Dark Pink #E94982

Tints of Dark Pink #E94982

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.74%

 BLUE value IS 130 (51.17% from 255) = 29.82%

R = 53.44%
G = 16.74%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E94982 (or 0xE94982) is known color: Dark Pink. HEX triplet: E9, 49 and 82. RGB value is (233,73,130). Sum of RGB (Red+Green+Blue) = 233+73+130=436 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.44% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 233 - color contains mainly: red. Hex color #E94982 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94982 is #16B67D. Grayscale: #7F7F7F. Windows color (decimal): -1488510 or 8538601. OLE color: 8538601.

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

Color convert

RGB 233 73 130 -
CMYK 0 0.69 0.44 0.09
HSL 338.63º 0.78% 0.6% -
HSV(B) 338.63º 0.69% 0.91% -
XYZ 40.02 23.7 23.58 -
YUV 127.34 129.51 203.37 -
System Red Green Blue C M Y K H S L
Decimal 233 73 130 0 0.69 0.44 0.09 338.63 0.78 0.6
Hex E9 49 82 0 45 2C 9 153 4E 3C
Octal 351 111 202 0 105 54 11 523 116 74
Binary 11101001 1001001 10000010 0 1000101 101100 1001 101010011 1001110 111100

Color Harmonies of #E94982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94982

Black with #E94982

Text Example


Text Example

White with #E94982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94982; }

 p { color: rgb(233,73,130); }

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

background-color css

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

 a { background-color: rgb(233,73,130); }

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

border-color css

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

 span { border-color: rgb(233,73,130); }

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