Html Css Color HEX #E95083 Dark Pink

📋 copy color: '#E95083'

red 233 ◦ green 80 ◦ blue 131

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

Shades of Dark Pink #E95083

Tints of Dark Pink #E95083

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.02%

 BLUE value IS 131 (51.56% from 255) = 29.5%

R = 52.48%
G = 18.02%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E95083 (or 0xE95083) is known color: Dark Pink. HEX triplet: E9, 50 and 83. RGB value is (233,80,131). Sum of RGB (Red+Green+Blue) = 233+80+131=444 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.48% from 444); Green value is 80 (31.64% from 255 or 18.02% from 444); Blue value is 131 (51.56% from 255 or 29.50% from 444); Max value from RGB is 233 - color contains mainly: red. Hex color #E95083 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95083 is #16AF7C. Grayscale: #838383. Windows color (decimal): -1486717 or 8605929. OLE color: 8605929.

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

Color convert

RGB 233 80 131 -
CMYK 0 0.66 0.44 0.09
HSL 340º 0.78% 0.61% -
HSV(B) 340º 0.66% 0.91% -
XYZ 40.57 24.7 24.1 -
YUV 131.56 127.69 200.35 -
System Red Green Blue C M Y K H S L
Decimal 233 80 131 0 0.66 0.44 0.09 340 0.78 0.61
Hex E9 50 83 0 42 2C 9 154 4E 3D
Octal 351 120 203 0 102 54 11 524 116 75
Binary 11101001 1010000 10000011 0 1000010 101100 1001 101010100 1001110 111101

Color Harmonies of #E95083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95083

Black with #E95083

Text Example


Text Example

White with #E95083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95083; }

 p { color: rgb(233,80,131); }

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

background-color css

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

 a { background-color: rgb(233,80,131); }

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

border-color css

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

 span { border-color: rgb(233,80,131); }

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