#E76CBA

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

Shades of Persian Pink #E76CBA

Tints of Persian Pink #E76CBA

Color information

#E76CBA (or 0xE76CBA) is unknown color: approx Persian Pink. HEX triplet: E7, 6C and BA. RGB value is (231,108,186). Sum of RGB (Red+Green+Blue) = 231+108+186=525 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44% from 525); Green value is 108 (42.58% from 255 or 20.57% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 231 - color contains mainly: red. Hex color #E76CBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76CBA is #189345. Grayscale: #999999. Windows color (decimal): -1610566 or 12217575. OLE color: 12217575.

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

Color convert

RGB231108186-
CMYK00.530.190.09
HSL321.95º71.93%66.47%-
HSV(B)321.95º53.25%90.59%-
XYZ47.1831.2650-
YUV153.67146.25183.16-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44%
GREEN value IS 108 (42.58% from 255) = 20.57%
BLUE value IS 186 (73.05% from 255) = 35.43%
R=44%
G=20.57%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110818600.530.190.09321.9571.9366.47
HexE76CBA0351391424842
Octal3471542720652311502110102
Binary11100111110110010111010011010110011100110100001010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76CBA; }

 p { color: rgb(231,108,186); }

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

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

 a { background-color: rgb(231,108,186); }

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

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

 span { border-color: rgb(231,108,186); }

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