Html Css Color HEX #E064B5 Hot Pink

📋 copy color: '#E064B5'

red 224 ◦ green 100 ◦ blue 181

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

Shades of Hot Pink #E064B5

Tints of Hot Pink #E064B5

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.8%

 BLUE value IS 181 (71.09% from 255) = 35.84%

R = 44.36%
G = 19.8%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E064B5 (or 0xE064B5) is known color: Hot Pink. HEX triplet: E0, 64 and B5. RGB value is (224,100,181). Sum of RGB (Red+Green+Blue) = 224+100+181=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 100 (39.45% from 255 or 19.80% from 505); Blue value is 181 (71.09% from 255 or 35.84% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E064B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E064B5 is #1F9B4A. Grayscale: #929292. Windows color (decimal): -2071371 or 11887840. OLE color: 11887840.

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

Color convert

RGB 224 100 181 -
CMYK 0 0.55 0.19 0.12
HSL 320.81º 0.67% 0.64% -
HSV(B) 320.81º 0.55% 0.88% -
XYZ 43.64 28.3 46.88 -
YUV 146.31 147.58 183.41 -
System Red Green Blue C M Y K H S L
Decimal 224 100 181 0 0.55 0.19 0.12 320.81 0.67 0.64
Hex E0 64 B5 0 37 13 C 141 43 40
Octal 340 144 265 0 67 23 14 501 103 100
Binary 11100000 1100100 10110101 0 110111 10011 1100 101000001 1000011 1000000

Color Harmonies of #E064B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E064B5

Black with #E064B5

Text Example


Text Example

White with #E064B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E064B5; }

 p { color: rgb(224,100,181); }

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

background-color css

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

 a { background-color: rgb(224,100,181); }

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

border-color css

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

 span { border-color: rgb(224,100,181); }

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