Html Css Color HEX #E964B0 Hot Pink

📋 copy color: '#E964B0'

red 233 ◦ green 100 ◦ blue 176

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

Shades of Hot Pink #E964B0

Tints of Hot Pink #E964B0

RGB

 RED value IS 233 (91.41% from 255) = 45.78%

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

 BLUE value IS 176 (69.14% from 255) = 34.58%

R = 45.78%
G = 19.65%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E964B0 (or 0xE964B0) is known color: Hot Pink. HEX triplet: E9, 64 and B0. RGB value is (233,100,176). Sum of RGB (Red+Green+Blue) = 233+100+176=509 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.78% from 509); Green value is 100 (39.45% from 255 or 19.65% from 509); Blue value is 176 (69.14% from 255 or 34.58% from 509); Max value from RGB is 233 - color contains mainly: red. Hex color #E964B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E964B0 is #169B4F. Grayscale: #949494. Windows color (decimal): -1481552 or 11560169. OLE color: 11560169.

HSL color Cylindrical-coordinate representation of color #E964B0: hue angle of 325.71º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E964B0 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 100 176 -
CMYK 0 0.57 0.24 0.09
HSL 325.71º 0.75% 0.65% -
HSV(B) 325.71º 0.57% 0.91% -
XYZ 46 29.57 44.36 -
YUV 148.43 143.56 188.32 -
System Red Green Blue C M Y K H S L
Decimal 233 100 176 0 0.57 0.24 0.09 325.71 0.75 0.65
Hex E9 64 B0 0 39 18 9 146 4B 41
Octal 351 144 260 0 71 30 11 506 113 101
Binary 11101001 1100100 10110000 0 111001 11000 1001 101000110 1001011 1000001

Color Harmonies of #E964B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E964B0

Black with #E964B0

Text Example


Text Example

White with #E964B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E964B0; }

 p { color: rgb(233,100,176); }

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

background-color css

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

 a { background-color: rgb(233,100,176); }

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

border-color css

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

 span { border-color: rgb(233,100,176); }

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