Html Css Color HEX #E94F87 Dark Pink

📋 copy color: '#E94F87'

red 233 ◦ green 79 ◦ blue 135

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

Shades of Dark Pink #E94F87

Tints of Dark Pink #E94F87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 30.2%

R = 52.13%
G = 17.67%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E94F87 (or 0xE94F87) is known color: Dark Pink. HEX triplet: E9, 4F and 87. RGB value is (233,79,135). Sum of RGB (Red+Green+Blue) = 233+79+135=447 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.13% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 135 (53.12% from 255 or 30.20% from 447); Max value from RGB is 233 - color contains mainly: red. Hex color #E94F87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E94F87 is #16B078. Grayscale: #838383. Windows color (decimal): -1486969 or 8867817. OLE color: 8867817.

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

Color convert

RGB 233 79 135 -
CMYK 0 0.66 0.42 0.09
HSL 338.18º 0.78% 0.61% -
HSV(B) 338.18º 0.66% 0.91% -
XYZ 40.77 24.66 25.53 -
YUV 131.43 130.02 200.45 -
System Red Green Blue C M Y K H S L
Decimal 233 79 135 0 0.66 0.42 0.09 338.18 0.78 0.61
Hex E9 4F 87 0 42 2A 9 152 4E 3D
Octal 351 117 207 0 102 52 11 522 116 75
Binary 11101001 1001111 10000111 0 1000010 101010 1001 101010010 1001110 111101

Color Harmonies of #E94F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94F87

Black with #E94F87

Text Example


Text Example

White with #E94F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94F87; }

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

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

background-color css

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

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

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

border-color css

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

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

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