Html Css Color HEX #E94E85 Dark Pink

📋 copy color: '#E94E85'

red 233 ◦ green 78 ◦ blue 133

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

Shades of Dark Pink #E94E85

Tints of Dark Pink #E94E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.95%

R = 52.48%
G = 17.57%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#E94E85 (or 0xE94E85) is known color: Dark Pink. HEX triplet: E9, 4E and 85. RGB value is (233,78,133). Sum of RGB (Red+Green+Blue) = 233+78+133=444 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.48% from 444); Green value is 78 (30.86% from 255 or 17.57% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 233 - color contains mainly: red. Hex color #E94E85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E94E85 is #16B17A. Grayscale: #828282. Windows color (decimal): -1487227 or 8736489. OLE color: 8736489.

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

Color convert

RGB 233 78 133 -
CMYK 0 0.67 0.43 0.09
HSL 338.71º 0.78% 0.61% -
HSV(B) 338.71º 0.67% 0.91% -
XYZ 40.56 24.47 24.77 -
YUV 130.62 129.35 201.03 -
System Red Green Blue C M Y K H S L
Decimal 233 78 133 0 0.67 0.43 0.09 338.71 0.78 0.61
Hex E9 4E 85 0 43 2B 9 153 4E 3D
Octal 351 116 205 0 103 53 11 523 116 75
Binary 11101001 1001110 10000101 0 1000011 101011 1001 101010011 1001110 111101

Color Harmonies of #E94E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94E85

Black with #E94E85

Text Example


Text Example

White with #E94E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94E85; }

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

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

background-color css

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

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

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

border-color css

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

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

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