#e972b6

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

Shades of Persian Pink #E972B6

Tints of Persian Pink #E972B6

Color information

#E972B6 (or 0xE972B6) is unknown color: approx Persian Pink. HEX triplet: E9, 72 and B6. RGB value is (233,114,182). Sum of RGB (Red+Green+Blue) = 233+114+182=529 (70% of max value = 765). Red value is 233 (91.41% from 255 or 44.05% from 529); Green value is 114 (44.92% from 255 or 21.55% from 529); Blue value is 182 (71.48% from 255 or 34.40% from 529); Max value from RGB is 233 - color contains mainly: red. Hex color #E972B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E972B6 is #168D49. Grayscale: #9D9D9D. Windows color (decimal): -1477962 or 11956969. OLE color: 11956969.

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

Color convert

RGB233114182-
CMYK00.510.220.09
HSL325.71º73.01%68.04%-
HSV(B)325.71º51.07%91.37%-
XYZ48.0732.7448.04-
YUV157.33141.92181.97-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.05%
GREEN value IS 114 (44.92% from 255) = 21.55%
BLUE value IS 182 (71.48% from 255) = 34.40%
R=44.05%
G=21.55%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311418200.510.220.09325.7173.0168.04
HexE972B60331691464944
Octal3511622660632611506111104
Binary11101001111001010110110011001110110100110100011010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e972b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e972b6; }

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

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

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

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

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

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

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

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