#E083BC

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

Shades of Persian Pink #E083BC

Tints of Persian Pink #E083BC

Color information

#E083BC (or 0xE083BC) is unknown color: approx Persian Pink. HEX triplet: E0, 83 and BC. RGB value is (224,131,188). Sum of RGB (Red+Green+Blue) = 224+131+188=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 131 (51.56% from 255 or 24.13% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E083BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E083BC is #1F7C43. Grayscale: #A5A5A5. Windows color (decimal): -2063428 or 12354528. OLE color: 12354528.

HSL color Cylindrical-coordinate representation of color #E083BC: hue angle of 323.23º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E083BC is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB224131188-
CMYK00.420.160.12
HSL323.23º60%69.61%-
HSV(B)323.23º41.52%87.84%-
XYZ47.9335.7151.94-
YUV165.3140.81169.87-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.25%
GREEN value IS 131 (51.56% from 255) = 24.13%
BLUE value IS 188 (73.83% from 255) = 34.62%
R=41.25%
G=24.13%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413118800.420.160.12323.236069.61
HexE083BC02A10C1433c46
Octal340203274052201450374106
Binary11100000100000111011110001010101000011001010000111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E083BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E083BC; }

 p { color: rgb(224,131,188); }

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

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

 a { background-color: rgb(224,131,188); }

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

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

 span { border-color: rgb(224,131,188); }

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