Html Css Color HEX #E75DB6 Hot Pink

📋 copy color: '#E75DB6'

red 231 ◦ green 93 ◦ blue 182

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

Shades of Hot Pink #E75DB6

Tints of Hot Pink #E75DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.97%

R = 45.65%
G = 18.38%
B = 35.97%

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

#E75DB6 (or 0xE75DB6) is known color: Hot Pink. HEX triplet: E7, 5D and B6. RGB value is (231,93,182). Sum of RGB (Red+Green+Blue) = 231+93+182=506 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.65% from 506); Green value is 93 (36.72% from 255 or 18.38% from 506); Blue value is 182 (71.48% from 255 or 35.97% from 506); Max value from RGB is 231 - color contains mainly: red. Hex color #E75DB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75DB6 is #18A249. Grayscale: #909090. Windows color (decimal): -1614410 or 11951591. OLE color: 11951591.

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

Color convert

RGB 231 93 182 -
CMYK 0 0.60 0.21 0.09
HSL 321.3º 0.74% 0.64% -
HSV(B) 321.3º 0.6% 0.91% -
XYZ 45.31 28.2 47.31 -
YUV 144.41 149.22 189.76 -
System Red Green Blue C M Y K H S L
Decimal 231 93 182 0 0.60 0.21 0.09 321.3 0.74 0.64
Hex E7 5D B6 0 3C 15 9 141 4A 40
Octal 347 135 266 0 74 25 11 501 112 100
Binary 11100111 1011101 10110110 0 111100 10101 1001 101000001 1001010 1000000

Color Harmonies of #E75DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75DB6

Black with #E75DB6

Text Example


Text Example

White with #E75DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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