#E772BD

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

Shades of Persian Pink #E772BD

Tints of Persian Pink #E772BD

Color information

#E772BD (or 0xE772BD) is unknown color: approx Persian Pink. HEX triplet: E7, 72 and BD. RGB value is (231,114,189). Sum of RGB (Red+Green+Blue) = 231+114+189=534 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.26% from 534); Green value is 114 (44.92% from 255 or 21.35% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 231 - color contains mainly: red. Hex color #E772BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E772BD is #188D42. Grayscale: #9D9D9D. Windows color (decimal): -1609027 or 12415719. OLE color: 12415719.

HSL color Cylindrical-coordinate representation of color #E772BD: hue angle of 321.54º degrees, saturation: 0.71, 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 #E772BD is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB231114189-
CMYK00.510.180.09
HSL321.54º70.91%67.65%-
HSV(B)321.54º50.65%90.59%-
XYZ48.1632.751.92-
YUV157.53145.76180.4-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.26%
GREEN value IS 114 (44.92% from 255) = 21.35%
BLUE value IS 189 (74.22% from 255) = 35.39%
R=43.26%
G=21.35%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111418900.510.180.09321.5470.9167.65
HexE772BD0331291424744
Octal3471622750632211502107104
Binary11100111111001010111101011001110010100110100001010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E772BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E772BD; }

 p { color: rgb(231,114,189); }

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

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

 a { background-color: rgb(231,114,189); }

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

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

 span { border-color: rgb(231,114,189); }

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