Html Css Color HEX #E65DBB Hot Pink

📋 copy color: '#E65DBB'

red 230 ◦ green 93 ◦ blue 187

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

Shades of Hot Pink #E65DBB

Tints of Hot Pink #E65DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.67%

R = 45.1%
G = 18.24%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E65DBB (or 0xE65DBB) is known color: Hot Pink. HEX triplet: E6, 5D and BB. RGB value is (230,93,187). Sum of RGB (Red+Green+Blue) = 230+93+187=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 93 (36.72% from 255 or 18.24% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 230 - color contains mainly: red. Hex color #E65DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65DBB is #19A244. Grayscale: #909090. Windows color (decimal): -1679941 or 12279270. OLE color: 12279270.

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

Color convert

RGB 230 93 187 -
CMYK 0 0.60 0.19 0.10
HSL 318.83º 0.73% 0.63% -
HSV(B) 318.83º 0.6% 0.9% -
XYZ 45.52 28.24 50.07 -
YUV 144.68 151.89 188.86 -
System Red Green Blue C M Y K H S L
Decimal 230 93 187 0 0.60 0.19 0.10 318.83 0.73 0.63
Hex E6 5D BB 0 3C 13 A 13F 49 3F
Octal 346 135 273 0 74 23 12 477 111 77
Binary 11100110 1011101 10111011 0 111100 10011 1010 100111111 1001001 111111

Color Harmonies of #E65DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65DBB

Black with #E65DBB

Text Example


Text Example

White with #E65DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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