Html Css Color HEX #E065B0 Hot Pink

📋 copy color: '#E065B0'

red 224 ◦ green 101 ◦ blue 176

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

Shades of Hot Pink #E065B0

Tints of Hot Pink #E065B0

RGB

 RED value IS 224 (87.89% from 255) = 44.71%

 GREEN value IS 101 (39.84% from 255) = 20.16%

 BLUE value IS 176 (69.14% from 255) = 35.13%

R = 44.71%
G = 20.16%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E065B0 (or 0xE065B0) is known color: Hot Pink. HEX triplet: E0, 65 and B0. RGB value is (224,101,176). Sum of RGB (Red+Green+Blue) = 224+101+176=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 101 (39.84% from 255 or 20.16% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E065B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E065B0 is #1F9A4F. Grayscale: #929292. Windows color (decimal): -2071120 or 11560416. OLE color: 11560416.

HSL color Cylindrical-coordinate representation of color #E065B0: hue angle of 323.41º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E065B0 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 101 176 -
CMYK 0 0.55 0.21 0.12
HSL 323.41º 0.66% 0.64% -
HSV(B) 323.41º 0.55% 0.88% -
XYZ 43.23 28.29 44.26 -
YUV 146.33 144.75 183.4 -
System Red Green Blue C M Y K H S L
Decimal 224 101 176 0 0.55 0.21 0.12 323.41 0.66 0.64
Hex E0 65 B0 0 37 15 C 143 42 40
Octal 340 145 260 0 67 25 14 503 102 100
Binary 11100000 1100101 10110000 0 110111 10101 1100 101000011 1000010 1000000

Color Harmonies of #E065B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E065B0

Black with #E065B0

Text Example


Text Example

White with #E065B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E065B0; }

 p { color: rgb(224,101,176); }

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

background-color css

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

 a { background-color: rgb(224,101,176); }

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

border-color css

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

 span { border-color: rgb(224,101,176); }

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