Html Css Color HEX #E364BA Hot Pink

📋 copy color: '#E364BA'

red 227 ◦ green 100 ◦ blue 186

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

Shades of Hot Pink #E364BA

Tints of Hot Pink #E364BA

RGB

 RED value IS 227 (89.06% from 255) = 44.25%

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

 BLUE value IS 186 (73.05% from 255) = 36.26%

R = 44.25%
G = 19.49%
B = 36.26%

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

#E364BA (or 0xE364BA) is known color: Hot Pink. HEX triplet: E3, 64 and BA. RGB value is (227,100,186). Sum of RGB (Red+Green+Blue) = 227+100+186=513 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.25% from 513); Green value is 100 (39.45% from 255 or 19.49% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 227 - color contains mainly: red. Hex color #E364BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E364BA is #1C9B45. Grayscale: #939393. Windows color (decimal): -1874758 or 12215523. OLE color: 12215523.

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

Color convert

RGB 227 100 186 -
CMYK 0 0.56 0.18 0.11
HSL 319.37º 0.69% 0.64% -
HSV(B) 319.37º 0.56% 0.89% -
XYZ 45.1 28.99 49.67 -
YUV 147.78 149.58 184.51 -
System Red Green Blue C M Y K H S L
Decimal 227 100 186 0 0.56 0.18 0.11 319.37 0.69 0.64
Hex E3 64 BA 0 38 12 B 13F 45 40
Octal 343 144 272 0 70 22 13 477 105 100
Binary 11100011 1100100 10111010 0 111000 10010 1011 100111111 1000101 1000000

Color Harmonies of #E364BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E364BA

Black with #E364BA

Text Example


Text Example

White with #E364BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E364BA; }

 p { color: rgb(227,100,186); }

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

background-color css

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

 a { background-color: rgb(227,100,186); }

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

border-color css

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

 span { border-color: rgb(227,100,186); }

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