Html Css Color HEX #E264B9 Hot Pink

📋 copy color: '#E264B9'

red 226 ◦ green 100 ◦ blue 185

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

Shades of Hot Pink #E264B9

Tints of Hot Pink #E264B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.2%

R = 44.23%
G = 19.57%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E264B9 (or 0xE264B9) is known color: Hot Pink. HEX triplet: E2, 64 and B9. RGB value is (226,100,185). Sum of RGB (Red+Green+Blue) = 226+100+185=511 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.23% from 511); Green value is 100 (39.45% from 255 or 19.57% from 511); Blue value is 185 (72.66% from 255 or 36.20% from 511); Max value from RGB is 226 - color contains mainly: red. Hex color #E264B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E264B9 is #1D9B46. Grayscale: #939393. Windows color (decimal): -1940295 or 12149986. OLE color: 12149986.

HSL color Cylindrical-coordinate representation of color #E264B9: hue angle of 319.52º 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 #E264B9 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 100 185 -
CMYK 0 0.56 0.18 0.11
HSL 319.52º 0.68% 0.64% -
HSV(B) 319.52º 0.56% 0.89% -
XYZ 44.68 28.79 49.1 -
YUV 147.36 149.24 184.09 -
System Red Green Blue C M Y K H S L
Decimal 226 100 185 0 0.56 0.18 0.11 319.52 0.68 0.64
Hex E2 64 B9 0 38 12 B 140 44 40
Octal 342 144 271 0 70 22 13 500 104 100
Binary 11100010 1100100 10111001 0 111000 10010 1011 101000000 1000100 1000000

Color Harmonies of #E264B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E264B9

Black with #E264B9

Text Example


Text Example

White with #E264B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E264B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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