#E06BBC

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

Shades of Persian Pink #E06BBC

Tints of Persian Pink #E06BBC

Color information

#E06BBC (or 0xE06BBC) is unknown color: approx Persian Pink. HEX triplet: E0, 6B and BC. RGB value is (224,107,188). Sum of RGB (Red+Green+Blue) = 224+107+188=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 107 (42.19% from 255 or 20.62% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E06BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06BBC is #1F9443. Grayscale: #979797. Windows color (decimal): -2069572 or 12348384. OLE color: 12348384.

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

Color convert

RGB224107188-
CMYK00.520.160.12
HSL318.46º65.36%64.9%-
HSV(B)318.46º52.23%87.84%-
XYZ45.0829.9950.99-
YUV151.22148.76179.91-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.16%
GREEN value IS 107 (42.19% from 255) = 20.62%
BLUE value IS 188 (73.83% from 255) = 36.22%
R=43.16%
G=20.62%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410718800.520.160.12318.4665.3664.9
HexE06BBC03410C13e4141
Octal3401532740642014476101101
Binary11100000110101110111100011010010000110010011111010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06BBC; }

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

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

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

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

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

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

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

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