Html Css Color HEX #E75DB7 Hot Pink

📋 copy color: '#E75DB7'

red 231 ◦ green 93 ◦ blue 183

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

Shades of Hot Pink #E75DB7

Tints of Hot Pink #E75DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.09%

R = 45.56%
G = 18.34%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#E75DB7 (or 0xE75DB7) is known color: Hot Pink. HEX triplet: E7, 5D and B7. RGB value is (231,93,183). Sum of RGB (Red+Green+Blue) = 231+93+183=507 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.56% from 507); Green value is 93 (36.72% from 255 or 18.34% from 507); Blue value is 183 (71.88% from 255 or 36.09% from 507); Max value from RGB is 231 - color contains mainly: red. Hex color #E75DB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75DB7 is #18A248. Grayscale: #909090. Windows color (decimal): -1614409 or 12017127. OLE color: 12017127.

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

Color convert

RGB 231 93 183 -
CMYK 0 0.60 0.21 0.09
HSL 320.87º 0.74% 0.64% -
HSV(B) 320.87º 0.6% 0.91% -
XYZ 45.42 28.24 47.86 -
YUV 144.52 149.72 189.68 -
System Red Green Blue C M Y K H S L
Decimal 231 93 183 0 0.60 0.21 0.09 320.87 0.74 0.64
Hex E7 5D B7 0 3C 15 9 141 4A 40
Octal 347 135 267 0 74 25 11 501 112 100
Binary 11100111 1011101 10110111 0 111100 10101 1001 101000001 1001010 1000000

Color Harmonies of #E75DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75DB7

Black with #E75DB7

Text Example


Text Example

White with #E75DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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