Html Css Color HEX #E95C8D Dark Pink

📋 copy color: '#E95C8D'

red 233 ◦ green 92 ◦ blue 141

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

Shades of Dark Pink #E95C8D

Tints of Dark Pink #E95C8D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.74%

 BLUE value IS 141 (55.47% from 255) = 30.26%

R = 50%
G = 19.74%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E95C8D (or 0xE95C8D) is known color: Dark Pink. HEX triplet: E9, 5C and 8D. RGB value is (233,92,141). Sum of RGB (Red+Green+Blue) = 233+92+141=466 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50% from 466); Green value is 92 (36.33% from 255 or 19.74% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 233 - color contains mainly: red. Hex color #E95C8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95C8D is #16A372. Grayscale: #8B8B8B. Windows color (decimal): -1483635 or 9264361. OLE color: 9264361.

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

Color convert

RGB 233 92 141 -
CMYK 0 0.61 0.39 0.09
HSL 339.15º 0.76% 0.64% -
HSV(B) 339.15º 0.61% 0.91% -
XYZ 42.24 26.9 28.17 -
YUV 139.75 128.71 194.52 -
System Red Green Blue C M Y K H S L
Decimal 233 92 141 0 0.61 0.39 0.09 339.15 0.76 0.64
Hex E9 5C 8D 0 3D 27 9 153 4C 40
Octal 351 134 215 0 75 47 11 523 114 100
Binary 11101001 1011100 10001101 0 111101 100111 1001 101010011 1001100 1000000

Color Harmonies of #E95C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95C8D

Black with #E95C8D

Text Example


Text Example

White with #E95C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95C8D; }

 p { color: rgb(233,92,141); }

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

background-color css

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

 a { background-color: rgb(233,92,141); }

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

border-color css

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

 span { border-color: rgb(233,92,141); }

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