Html Css Color HEX #E75DB9 Hot Pink

📋 copy color: '#E75DB9'

red 231 ◦ green 93 ◦ blue 185

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

Shades of Hot Pink #E75DB9

Tints of Hot Pink #E75DB9

RGB

 RED value IS 231 (90.63% from 255) = 45.38%

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

 BLUE value IS 185 (72.66% from 255) = 36.35%

R = 45.38%
G = 18.27%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E75DB9 (or 0xE75DB9) is known color: Hot Pink. HEX triplet: E7, 5D and B9. RGB value is (231,93,185). Sum of RGB (Red+Green+Blue) = 231+93+185=509 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.38% from 509); Green value is 93 (36.72% from 255 or 18.27% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 231 - color contains mainly: red. Hex color #E75DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75DB9 is #18A246. Grayscale: #909090. Windows color (decimal): -1614407 or 12148199. OLE color: 12148199.

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

Color convert

RGB 231 93 185 -
CMYK 0 0.60 0.20 0.09
HSL 320º 0.74% 0.64% -
HSV(B) 320º 0.6% 0.91% -
XYZ 45.63 28.32 48.96 -
YUV 144.75 150.72 189.52 -
System Red Green Blue C M Y K H S L
Decimal 231 93 185 0 0.60 0.20 0.09 320 0.74 0.64
Hex E7 5D B9 0 3C 14 9 140 4A 40
Octal 347 135 271 0 74 24 11 500 112 100
Binary 11100111 1011101 10111001 0 111100 10100 1001 101000000 1001010 1000000

Color Harmonies of #E75DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75DB9

Black with #E75DB9

Text Example


Text Example

White with #E75DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75DB9; }

 p { color: rgb(231,93,185); }

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

background-color css

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

 a { background-color: rgb(231,93,185); }

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

border-color css

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

 span { border-color: rgb(231,93,185); }

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