Html Css Color HEX #E65DB7 Hot Pink

📋 copy color: '#E65DB7'

red 230 ◦ green 93 ◦ blue 183

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

Shades of Hot Pink #E65DB7

Tints of Hot Pink #E65DB7

RGB

 RED value IS 230 (90.23% from 255) = 45.45%

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

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

R = 45.45%
G = 18.38%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.20

 K value IS 0.10

RGB Variations

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

Color information

#E65DB7 (or 0xE65DB7) is known color: Hot Pink. HEX triplet: E6, 5D and B7. RGB value is (230,93,183). Sum of RGB (Red+Green+Blue) = 230+93+183=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 93 (36.72% from 255 or 18.38% from 506); Blue value is 183 (71.88% from 255 or 36.17% from 506); Max value from RGB is 230 - color contains mainly: red. Hex color #E65DB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65DB7 is #19A248. Grayscale: #909090. Windows color (decimal): -1679945 or 12017126. OLE color: 12017126.

HSL color Cylindrical-coordinate representation of color #E65DB7: hue angle of 320.58º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65DB7 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 93 183 -
CMYK 0 0.60 0.20 0.10
HSL 320.58º 0.73% 0.63% -
HSV(B) 320.58º 0.6% 0.9% -
XYZ 45.09 28.07 47.84 -
YUV 144.22 149.89 189.18 -
System Red Green Blue C M Y K H S L
Decimal 230 93 183 0 0.60 0.20 0.10 320.58 0.73 0.63
Hex E6 5D B7 0 3C 14 A 141 49 3F
Octal 346 135 267 0 74 24 12 501 111 77
Binary 11100110 1011101 10110111 0 111100 10100 1010 101000001 1001001 111111

Color Harmonies of #E65DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65DB7

Black with #E65DB7

Text Example


Text Example

White with #E65DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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