Html Css Color HEX #E970B0 Hot Pink

📋 copy color: '#E970B0'

red 233 ◦ green 112 ◦ blue 176

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

Shades of Hot Pink #E970B0

Tints of Hot Pink #E970B0

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.5%

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

R = 44.72%
G = 21.5%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E970B0 (or 0xE970B0) is known color: Hot Pink. HEX triplet: E9, 70 and B0. RGB value is (233,112,176). Sum of RGB (Red+Green+Blue) = 233+112+176=521 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.72% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 233 - color contains mainly: red. Hex color #E970B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E970B0 is #168F4F. Grayscale: #9B9B9B. Windows color (decimal): -1478480 or 11563241. OLE color: 11563241.

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

Color convert

RGB 233 112 176 -
CMYK 0 0.52 0.24 0.09
HSL 328.26º 0.73% 0.68% -
HSV(B) 328.26º 0.52% 0.91% -
XYZ 47.23 32.05 44.77 -
YUV 155.48 139.59 183.3 -
System Red Green Blue C M Y K H S L
Decimal 233 112 176 0 0.52 0.24 0.09 328.26 0.73 0.68
Hex E9 70 B0 0 34 18 9 148 49 44
Octal 351 160 260 0 64 30 11 510 111 104
Binary 11101001 1110000 10110000 0 110100 11000 1001 101001000 1001001 1000100

Color Harmonies of #E970B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E970B0

Black with #E970B0

Text Example


Text Example

White with #E970B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E970B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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