Html Css Color HEX #E95DAE Hot Pink

📋 copy color: '#E95DAE'

red 233 ◦ green 93 ◦ blue 174

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

Shades of Hot Pink #E95DAE

Tints of Hot Pink #E95DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.8%

R = 46.6%
G = 18.6%
B = 34.8%

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

#E95DAE (or 0xE95DAE) is known color: Hot Pink. HEX triplet: E9, 5D and AE. RGB value is (233,93,174). Sum of RGB (Red+Green+Blue) = 233+93+174=500 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.6% from 500); Green value is 93 (36.72% from 255 or 18.6% from 500); Blue value is 174 (68.36% from 255 or 34.8% from 500); Max value from RGB is 233 - color contains mainly: red. Hex color #E95DAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95DAE is #16A251. Grayscale: #8F8F8F. Windows color (decimal): -1483346 or 11427305. OLE color: 11427305.

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

Color convert

RGB 233 93 174 -
CMYK 0 0.60 0.25 0.09
HSL 325.29º 0.76% 0.64% -
HSV(B) 325.29º 0.6% 0.91% -
XYZ 45.16 28.21 43.11 -
YUV 144.09 144.88 191.41 -
System Red Green Blue C M Y K H S L
Decimal 233 93 174 0 0.60 0.25 0.09 325.29 0.76 0.64
Hex E9 5D AE 0 3C 19 9 145 4C 40
Octal 351 135 256 0 74 31 11 505 114 100
Binary 11101001 1011101 10101110 0 111100 11001 1001 101000101 1001100 1000000

Color Harmonies of #E95DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95DAE

Black with #E95DAE

Text Example


Text Example

White with #E95DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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