Html Css Color HEX #E95A7B Dark Pink

📋 copy color: '#E95A7B'

red 233 ◦ green 90 ◦ blue 123

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

Shades of Dark Pink #E95A7B

Tints of Dark Pink #E95A7B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.18%

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

R = 52.24%
G = 20.18%
B = 27.58%

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

#E95A7B (or 0xE95A7B) is known color: Dark Pink. HEX triplet: E9, 5A and 7B. RGB value is (233,90,123). Sum of RGB (Red+Green+Blue) = 233+90+123=446 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.24% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 233 - color contains mainly: red. Hex color #E95A7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95A7B is #16A584. Grayscale: #888888. Windows color (decimal): -1484165 or 8084201. OLE color: 8084201.

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

Color convert

RGB 233 90 123 -
CMYK 0 0.61 0.47 0.09
HSL 346.15º 0.76% 0.63% -
HSV(B) 346.15º 0.61% 0.91% -
XYZ 40.84 26.07 21.62 -
YUV 136.52 120.38 196.82 -
System Red Green Blue C M Y K H S L
Decimal 233 90 123 0 0.61 0.47 0.09 346.15 0.76 0.63
Hex E9 5A 7B 0 3D 2F 9 15A 4C 3F
Octal 351 132 173 0 75 57 11 532 114 77
Binary 11101001 1011010 1111011 0 111101 101111 1001 101011010 1001100 111111

Color Harmonies of #E95A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95A7B

Black with #E95A7B

Text Example


Text Example

White with #E95A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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