Html Css Color HEX #E966B4 Hot Pink

📋 copy color: '#E966B4'

red 233 ◦ green 102 ◦ blue 180

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

Shades of Hot Pink #E966B4

Tints of Hot Pink #E966B4

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.81%

 BLUE value IS 180 (70.7% from 255) = 34.95%

R = 45.24%
G = 19.81%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#E966B4 (or 0xE966B4) is known color: Hot Pink. HEX triplet: E9, 66 and B4. RGB value is (233,102,180). Sum of RGB (Red+Green+Blue) = 233+102+180=515 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.24% from 515); Green value is 102 (40.23% from 255 or 19.81% from 515); Blue value is 180 (70.70% from 255 or 34.95% from 515); Max value from RGB is 233 - color contains mainly: red. Hex color #E966B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E966B4 is #16994B. Grayscale: #959595. Windows color (decimal): -1481036 or 11822825. OLE color: 11822825.

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

Color convert

RGB 233 102 180 -
CMYK 0 0.56 0.23 0.09
HSL 324.27º 0.75% 0.66% -
HSV(B) 324.27º 0.56% 0.91% -
XYZ 46.59 30.12 46.54 -
YUV 150.06 144.9 187.16 -
System Red Green Blue C M Y K H S L
Decimal 233 102 180 0 0.56 0.23 0.09 324.27 0.75 0.66
Hex E9 66 B4 0 38 17 9 144 4B 42
Octal 351 146 264 0 70 27 11 504 113 102
Binary 11101001 1100110 10110100 0 111000 10111 1001 101000100 1001011 1000010

Color Harmonies of #E966B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E966B4

Black with #E966B4

Text Example


Text Example

White with #E966B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E966B4; }

 p { color: rgb(233,102,180); }

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

background-color css

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

 a { background-color: rgb(233,102,180); }

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

border-color css

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

 span { border-color: rgb(233,102,180); }

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