Html Css Color HEX #E95992 Dark Pink

📋 copy color: '#E95992'

red 233 ◦ green 89 ◦ blue 146

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

Shades of Dark Pink #E95992

Tints of Dark Pink #E95992

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.02%

 BLUE value IS 146 (57.42% from 255) = 31.2%

R = 49.79%
G = 19.02%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E95992 (or 0xE95992) is known color: Dark Pink. HEX triplet: E9, 59 and 92. RGB value is (233,89,146). Sum of RGB (Red+Green+Blue) = 233+89+146=468 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.79% from 468); Green value is 89 (35.16% from 255 or 19.02% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 233 - color contains mainly: red. Hex color #E95992 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95992 is #16A66D. Grayscale: #8A8A8A. Windows color (decimal): -1484398 or 9591273. OLE color: 9591273.

HSL color Cylindrical-coordinate representation of color #E95992: hue angle of 336.25º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E95992 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 89 146 -
CMYK 0 0.62 0.37 0.09
HSL 336.25º 0.77% 0.63% -
HSV(B) 336.25º 0.62% 0.91% -
XYZ 42.36 26.54 30.08 -
YUV 138.55 132.21 195.37 -
System Red Green Blue C M Y K H S L
Decimal 233 89 146 0 0.62 0.37 0.09 336.25 0.77 0.63
Hex E9 59 92 0 3E 25 9 150 4D 3F
Octal 351 131 222 0 76 45 11 520 115 77
Binary 11101001 1011001 10010010 0 111110 100101 1001 101010000 1001101 111111

Color Harmonies of #E95992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95992

Black with #E95992

Text Example


Text Example

White with #E95992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95992; }

 p { color: rgb(233,89,146); }

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

background-color css

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

 a { background-color: rgb(233,89,146); }

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

border-color css

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

 span { border-color: rgb(233,89,146); }

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