Html Css Color HEX #E968B0 Hot Pink

📋 copy color: '#E968B0'

red 233 ◦ green 104 ◦ blue 176

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

Shades of Hot Pink #E968B0

Tints of Hot Pink #E968B0

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.27%

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

R = 45.42%
G = 20.27%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E968B0 (or 0xE968B0) is known color: Hot Pink. HEX triplet: E9, 68 and B0. RGB value is (233,104,176). Sum of RGB (Red+Green+Blue) = 233+104+176=513 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.42% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 176 (69.14% from 255 or 34.31% from 513); Max value from RGB is 233 - color contains mainly: red. Hex color #E968B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E968B0 is #16974F. Grayscale: #969696. Windows color (decimal): -1480528 or 11561193. OLE color: 11561193.

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

Color convert

RGB 233 104 176 -
CMYK 0 0.55 0.24 0.09
HSL 326.51º 0.75% 0.66% -
HSV(B) 326.51º 0.55% 0.91% -
XYZ 46.39 30.36 44.49 -
YUV 150.78 142.24 186.65 -
System Red Green Blue C M Y K H S L
Decimal 233 104 176 0 0.55 0.24 0.09 326.51 0.75 0.66
Hex E9 68 B0 0 37 18 9 147 4B 42
Octal 351 150 260 0 67 30 11 507 113 102
Binary 11101001 1101000 10110000 0 110111 11000 1001 101000111 1001011 1000010

Color Harmonies of #E968B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E968B0

Black with #E968B0

Text Example


Text Example

White with #E968B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E968B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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