Html Css Color HEX #E95DB4 Hot Pink

📋 copy color: '#E95DB4'

red 233 ◦ green 93 ◦ blue 180

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

Shades of Hot Pink #E95DB4

Tints of Hot Pink #E95DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.57%

R = 46.05%
G = 18.38%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#E95DB4 (or 0xE95DB4) is known color: Hot Pink. HEX triplet: E9, 5D and B4. RGB value is (233,93,180). Sum of RGB (Red+Green+Blue) = 233+93+180=506 (67% of max value = 765). Red value is 233 (91.41% from 255 or 46.05% from 506); Green value is 93 (36.72% from 255 or 18.38% from 506); Blue value is 180 (70.70% from 255 or 35.57% from 506); Max value from RGB is 233 - color contains mainly: red. Hex color #E95DB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95DB4 is #16A24B. Grayscale: #909090. Windows color (decimal): -1483340 or 11820521. OLE color: 11820521.

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

Color convert

RGB 233 93 180 -
CMYK 0 0.60 0.23 0.09
HSL 322.71º 0.76% 0.64% -
HSV(B) 322.71º 0.6% 0.91% -
XYZ 45.76 28.45 46.26 -
YUV 144.78 147.88 190.93 -
System Red Green Blue C M Y K H S L
Decimal 233 93 180 0 0.60 0.23 0.09 322.71 0.76 0.64
Hex E9 5D B4 0 3C 17 9 143 4C 40
Octal 351 135 264 0 74 27 11 503 114 100
Binary 11101001 1011101 10110100 0 111100 10111 1001 101000011 1001100 1000000

Color Harmonies of #E95DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95DB4

Black with #E95DB4

Text Example


Text Example

White with #E95DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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