Html Css Color HEX #E94F80 Dark Pink

📋 copy color: '#E94F80'

red 233 ◦ green 79 ◦ blue 128

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

Shades of Dark Pink #E94F80

Tints of Dark Pink #E94F80

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.95%

 BLUE value IS 128 (50.39% from 255) = 29.09%

R = 52.95%
G = 17.95%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E94F80 (or 0xE94F80) is known color: Dark Pink. HEX triplet: E9, 4F and 80. RGB value is (233,79,128). Sum of RGB (Red+Green+Blue) = 233+79+128=440 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.95% from 440); Green value is 79 (31.25% from 255 or 17.95% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 233 - color contains mainly: red. Hex color #E94F80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E94F80 is #16B07F. Grayscale: #828282. Windows color (decimal): -1486976 or 8409065. OLE color: 8409065.

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

Color convert

RGB 233 79 128 -
CMYK 0 0.66 0.45 0.09
HSL 340.91º 0.78% 0.61% -
HSV(B) 340.91º 0.66% 0.91% -
XYZ 40.3 24.47 23.02 -
YUV 130.63 126.52 201.02 -
System Red Green Blue C M Y K H S L
Decimal 233 79 128 0 0.66 0.45 0.09 340.91 0.78 0.61
Hex E9 4F 80 0 42 2D 9 155 4E 3D
Octal 351 117 200 0 102 55 11 525 116 75
Binary 11101001 1001111 10000000 0 1000010 101101 1001 101010101 1001110 111101

Color Harmonies of #E94F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94F80

Black with #E94F80

Text Example


Text Example

White with #E94F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94F80; }

 p { color: rgb(233,79,128); }

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

background-color css

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

 a { background-color: rgb(233,79,128); }

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

border-color css

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

 span { border-color: rgb(233,79,128); }

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