Html Css Color HEX #E94975 Dark Pink

📋 copy color: '#E94975'

red 233 ◦ green 73 ◦ blue 117

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

Shades of Dark Pink #E94975

Tints of Dark Pink #E94975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.66%

R = 55.08%
G = 17.26%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E94975 (or 0xE94975) is known color: Dark Pink. HEX triplet: E9, 49 and 75. RGB value is (233,73,117). Sum of RGB (Red+Green+Blue) = 233+73+117=423 (56% of max value = 765). Red value is 233 (91.41% from 255 or 55.08% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 233 - color contains mainly: red. Hex color #E94975 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94975 is #16B68A. Grayscale: #7D7D7D. Windows color (decimal): -1488523 or 7686633. OLE color: 7686633.

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

Color convert

RGB 233 73 117 -
CMYK 0 0.69 0.50 0.09
HSL 343.5º 0.78% 0.6% -
HSV(B) 343.5º 0.69% 0.91% -
XYZ 39.2 23.37 19.28 -
YUV 125.86 123.01 204.42 -
System Red Green Blue C M Y K H S L
Decimal 233 73 117 0 0.69 0.50 0.09 343.5 0.78 0.6
Hex E9 49 75 0 45 32 9 158 4E 3C
Octal 351 111 165 0 105 62 11 530 116 74
Binary 11101001 1001001 1110101 0 1000101 110010 1001 101011000 1001110 111100

Color Harmonies of #E94975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94975

Black with #E94975

Text Example


Text Example

White with #E94975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94975; }

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

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

background-color css

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

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

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

border-color css

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

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

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