Html Css Color HEX #E95C7B Dark Pink

📋 copy color: '#E95C7B'

red 233 ◦ green 92 ◦ blue 123

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

Shades of Dark Pink #E95C7B

Tints of Dark Pink #E95C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.46%

R = 52.01%
G = 20.54%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E95C7B (or 0xE95C7B) is known color: Dark Pink. HEX triplet: E9, 5C and 7B. RGB value is (233,92,123). Sum of RGB (Red+Green+Blue) = 233+92+123=448 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.01% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 233 - color contains mainly: red. Hex color #E95C7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95C7B is #16A384. Grayscale: #898989. Windows color (decimal): -1483653 or 8084713. OLE color: 8084713.

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

Color convert

RGB 233 92 123 -
CMYK 0 0.61 0.47 0.09
HSL 346.81º 0.76% 0.64% -
HSV(B) 346.81º 0.61% 0.91% -
XYZ 41.01 26.41 21.67 -
YUV 137.69 119.71 195.98 -
System Red Green Blue C M Y K H S L
Decimal 233 92 123 0 0.61 0.47 0.09 346.81 0.76 0.64
Hex E9 5C 7B 0 3D 2F 9 15B 4C 40
Octal 351 134 173 0 75 57 11 533 114 100
Binary 11101001 1011100 1111011 0 111101 101111 1001 101011011 1001100 1000000

Color Harmonies of #E95C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95C7B

Black with #E95C7B

Text Example


Text Example

White with #E95C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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