Html Css Color HEX #E94E7F Dark Pink

📋 copy color: '#E94E7F'

red 233 ◦ green 78 ◦ blue 127

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

Shades of Dark Pink #E94E7F

Tints of Dark Pink #E94E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29%

R = 53.2%
G = 17.81%
B = 29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E94E7F (or 0xE94E7F) is known color: Dark Pink. HEX triplet: E9, 4E and 7F. RGB value is (233,78,127). Sum of RGB (Red+Green+Blue) = 233+78+127=438 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.20% from 438); Green value is 78 (30.86% from 255 or 17.81% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 233 - color contains mainly: red. Hex color #E94E7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E94E7F is #16B180. Grayscale: #818181. Windows color (decimal): -1487233 or 8343273. OLE color: 8343273.

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

Color convert

RGB 233 78 127 -
CMYK 0 0.67 0.45 0.09
HSL 341.03º 0.78% 0.61% -
HSV(B) 341.03º 0.67% 0.91% -
XYZ 40.16 24.3 22.65 -
YUV 129.93 126.35 201.52 -
System Red Green Blue C M Y K H S L
Decimal 233 78 127 0 0.67 0.45 0.09 341.03 0.78 0.61
Hex E9 4E 7F 0 43 2D 9 155 4E 3D
Octal 351 116 177 0 103 55 11 525 116 75
Binary 11101001 1001110 1111111 0 1000011 101101 1001 101010101 1001110 111101

Color Harmonies of #E94E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94E7F

Black with #E94E7F

Text Example


Text Example

White with #E94E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94E7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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