Html Css Color HEX #E75DB4 Hot Pink

📋 copy color: '#E75DB4'

red 231 ◦ green 93 ◦ blue 180

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

Shades of Hot Pink #E75DB4

Tints of Hot Pink #E75DB4

RGB

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

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

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

R = 45.83%
G = 18.45%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#E75DB4 (or 0xE75DB4) is known color: Hot Pink. HEX triplet: E7, 5D and B4. RGB value is (231,93,180). Sum of RGB (Red+Green+Blue) = 231+93+180=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 93 (36.72% from 255 or 18.45% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E75DB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75DB4 is #18A24B. Grayscale: #8F8F8F. Windows color (decimal): -1614412 or 11820519. OLE color: 11820519.

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

Color convert

RGB 231 93 180 -
CMYK 0 0.60 0.22 0.09
HSL 322.17º 0.74% 0.64% -
HSV(B) 322.17º 0.6% 0.91% -
XYZ 45.11 28.11 46.23 -
YUV 144.18 148.22 189.93 -
System Red Green Blue C M Y K H S L
Decimal 231 93 180 0 0.60 0.22 0.09 322.17 0.74 0.64
Hex E7 5D B4 0 3C 16 9 142 4A 40
Octal 347 135 264 0 74 26 11 502 112 100
Binary 11100111 1011101 10110100 0 111100 10110 1001 101000010 1001010 1000000

Color Harmonies of #E75DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75DB4

Black with #E75DB4

Text Example


Text Example

White with #E75DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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