Html Css Color HEX #E95DAF Hot Pink

📋 copy color: '#E95DAF'

red 233 ◦ green 93 ◦ blue 175

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

Shades of Hot Pink #E95DAF

Tints of Hot Pink #E95DAF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.56%

 BLUE value IS 175 (68.75% from 255) = 34.93%

R = 46.51%
G = 18.56%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E95DAF (or 0xE95DAF) is known color: Hot Pink. HEX triplet: E9, 5D and AF. RGB value is (233,93,175). Sum of RGB (Red+Green+Blue) = 233+93+175=501 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.51% from 501); Green value is 93 (36.72% from 255 or 18.56% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 233 - color contains mainly: red. Hex color #E95DAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95DAF is #16A250. Grayscale: #909090. Windows color (decimal): -1483345 or 11492841. OLE color: 11492841.

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

Color convert

RGB 233 93 175 -
CMYK 0 0.60 0.25 0.09
HSL 324.86º 0.76% 0.64% -
HSV(B) 324.86º 0.6% 0.91% -
XYZ 45.26 28.25 43.62 -
YUV 144.21 145.38 191.33 -
System Red Green Blue C M Y K H S L
Decimal 233 93 175 0 0.60 0.25 0.09 324.86 0.76 0.64
Hex E9 5D AF 0 3C 19 9 145 4C 40
Octal 351 135 257 0 74 31 11 505 114 100
Binary 11101001 1011101 10101111 0 111100 11001 1001 101000101 1001100 1000000

Color Harmonies of #E95DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95DAF

Black with #E95DAF

Text Example


Text Example

White with #E95DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95DAF; }

 p { color: rgb(233,93,175); }

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

background-color css

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

 a { background-color: rgb(233,93,175); }

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

border-color css

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

 span { border-color: rgb(233,93,175); }

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