Html Css Color HEX #E95F90 Dark Pink

📋 copy color: '#E95F90'

red 233 ◦ green 95 ◦ blue 144

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

Shades of Dark Pink #E95F90

Tints of Dark Pink #E95F90

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.13%

 BLUE value IS 144 (56.64% from 255) = 30.51%

R = 49.36%
G = 20.13%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E95F90 (or 0xE95F90) is known color: Dark Pink. HEX triplet: E9, 5F and 90. RGB value is (233,95,144). Sum of RGB (Red+Green+Blue) = 233+95+144=472 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.36% from 472); Green value is 95 (37.5% from 255 or 20.13% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 233 - color contains mainly: red. Hex color #E95F90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95F90 is #16A06F. Grayscale: #8D8D8D. Windows color (decimal): -1482864 or 9461737. OLE color: 9461737.

HSL color Cylindrical-coordinate representation of color #E95F90: hue angle of 338.7º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E95F90 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 95 144 -
CMYK 0 0.59 0.38 0.09
HSL 338.7º 0.76% 0.64% -
HSV(B) 338.7º 0.59% 0.91% -
XYZ 42.73 27.52 29.45 -
YUV 141.85 129.22 193.02 -
System Red Green Blue C M Y K H S L
Decimal 233 95 144 0 0.59 0.38 0.09 338.7 0.76 0.64
Hex E9 5F 90 0 3B 26 9 153 4C 40
Octal 351 137 220 0 73 46 11 523 114 100
Binary 11101001 1011111 10010000 0 111011 100110 1001 101010011 1001100 1000000

Color Harmonies of #E95F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95F90

Black with #E95F90

Text Example


Text Example

White with #E95F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95F90; }

 p { color: rgb(233,95,144); }

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

background-color css

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

 a { background-color: rgb(233,95,144); }

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

border-color css

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

 span { border-color: rgb(233,95,144); }

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