Html Css Color HEX #E065AB Hot Pink

📋 copy color: '#E065AB'

red 224 ◦ green 101 ◦ blue 171

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

Shades of Hot Pink #E065AB

Tints of Hot Pink #E065AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.48%

R = 45.16%
G = 20.36%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E065AB (or 0xE065AB) is known color: Hot Pink. HEX triplet: E0, 65 and AB. RGB value is (224,101,171). Sum of RGB (Red+Green+Blue) = 224+101+171=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E065AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E065AB is #1F9A54. Grayscale: #919191. Windows color (decimal): -2071125 or 11232736. OLE color: 11232736.

HSL color Cylindrical-coordinate representation of color #E065AB: hue angle of 325.85º 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 #E065AB is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 101 171 -
CMYK 0 0.55 0.24 0.12
HSL 325.85º 0.66% 0.64% -
HSV(B) 325.85º 0.55% 0.88% -
XYZ 42.74 28.09 41.7 -
YUV 145.76 142.25 183.81 -
System Red Green Blue C M Y K H S L
Decimal 224 101 171 0 0.55 0.24 0.12 325.85 0.66 0.64
Hex E0 65 AB 0 37 18 C 146 42 40
Octal 340 145 253 0 67 30 14 506 102 100
Binary 11100000 1100101 10101011 0 110111 11000 1100 101000110 1000010 1000000

Color Harmonies of #E065AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E065AB

Black with #E065AB

Text Example


Text Example

White with #E065AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E065AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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