Html Css Color HEX #E264A9 Hot Pink

📋 copy color: '#E264A9'

red 226 ◦ green 100 ◦ blue 169

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

Shades of Hot Pink #E264A9

Tints of Hot Pink #E264A9

RGB

 RED value IS 226 (88.67% from 255) = 45.66%

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

 BLUE value IS 169 (66.41% from 255) = 34.14%

R = 45.66%
G = 20.2%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E264A9 (or 0xE264A9) is known color: Hot Pink. HEX triplet: E2, 64 and A9. RGB value is (226,100,169). Sum of RGB (Red+Green+Blue) = 226+100+169=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 100 (39.45% from 255 or 20.20% from 495); Blue value is 169 (66.41% from 255 or 34.14% from 495); Max value from RGB is 226 - color contains mainly: red. Hex color #E264A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E264A9 is #1D9B56. Grayscale: #919191. Windows color (decimal): -1940311 or 11101410. OLE color: 11101410.

HSL color Cylindrical-coordinate representation of color #E264A9: hue angle of 327.14º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E264A9 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 100 169 -
CMYK 0 0.56 0.25 0.11
HSL 327.14º 0.68% 0.64% -
HSV(B) 327.14º 0.56% 0.89% -
XYZ 43.08 28.15 40.7 -
YUV 145.54 141.24 185.39 -
System Red Green Blue C M Y K H S L
Decimal 226 100 169 0 0.56 0.25 0.11 327.14 0.68 0.64
Hex E2 64 A9 0 38 19 B 147 44 40
Octal 342 144 251 0 70 31 13 507 104 100
Binary 11100010 1100100 10101001 0 111000 11001 1011 101000111 1000100 1000000

Color Harmonies of #E264A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E264A9

Black with #E264A9

Text Example


Text Example

White with #E264A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E264A9; }

 p { color: rgb(226,100,169); }

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

background-color css

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

 a { background-color: rgb(226,100,169); }

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

border-color css

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

 span { border-color: rgb(226,100,169); }

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