#E970B6

Color #E970B6 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #E970B6

Tints of Persian Pink #E970B6

Color information

#E970B6 (or 0xE970B6) is unknown color: approx Persian Pink. HEX triplet: E9, 70 and B6. RGB value is (233,112,182). Sum of RGB (Red+Green+Blue) = 233+112+182=527 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.21% from 527); Green value is 112 (44.14% from 255 or 21.25% from 527); Blue value is 182 (71.48% from 255 or 34.54% from 527); Max value from RGB is 233 - color contains mainly: red. Hex color #E970B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E970B6 is #168F49. Grayscale: #9C9C9C. Windows color (decimal): -1478474 or 11956457. OLE color: 11956457.

HSL color Cylindrical-coordinate representation of color #E970B6: hue angle of 325.29º 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 #E970B6 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB233112182-
CMYK00.520.220.09
HSL325.29º73.33%67.65%-
HSV(B)325.29º51.93%91.37%-
XYZ47.8432.2947.97-
YUV156.16142.59182.81-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.21%
GREEN value IS 112 (44.14% from 255) = 21.25%
BLUE value IS 182 (71.48% from 255) = 34.54%
R=44.21%
G=21.25%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311218200.520.220.09325.2973.3367.65
HexE970B60341691454944
Octal3511602660642611505111104
Binary11101001111000010110110011010010110100110100010110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E970B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E970B6; }

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

 H1.HeaderClassName
 {
   color: #E970B6;
 }
 .AnyTagClassName
 {
   color: #E970B6;
 }
</style>
background-color css

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

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

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

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

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

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