Html Css Color HEX #E95383 Dark Pink

📋 copy color: '#E95383'

red 233 ◦ green 83 ◦ blue 131

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

Shades of Dark Pink #E95383

Tints of Dark Pink #E95383

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.57%

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

R = 52.13%
G = 18.57%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E95383 (or 0xE95383) is known color: Dark Pink. HEX triplet: E9, 53 and 83. RGB value is (233,83,131). Sum of RGB (Red+Green+Blue) = 233+83+131=447 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.13% from 447); Green value is 83 (32.81% from 255 or 18.57% from 447); Blue value is 131 (51.56% from 255 or 29.31% from 447); Max value from RGB is 233 - color contains mainly: red. Hex color #E95383 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95383 is #16AC7C. Grayscale: #858585. Windows color (decimal): -1485949 or 8606697. OLE color: 8606697.

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

Color convert

RGB 233 83 131 -
CMYK 0 0.64 0.44 0.09
HSL 340.8º 0.77% 0.62% -
HSV(B) 340.8º 0.64% 0.91% -
XYZ 40.79 25.15 24.18 -
YUV 133.32 126.7 199.1 -
System Red Green Blue C M Y K H S L
Decimal 233 83 131 0 0.64 0.44 0.09 340.8 0.77 0.62
Hex E9 53 83 0 40 2C 9 155 4D 3E
Octal 351 123 203 0 100 54 11 525 115 76
Binary 11101001 1010011 10000011 0 1000000 101100 1001 101010101 1001101 111110

Color Harmonies of #E95383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95383

Black with #E95383

Text Example


Text Example

White with #E95383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95383; }

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

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

background-color css

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

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

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

border-color css

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

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

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