#e06bb8

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

Shades of Persian Pink #E06BB8

Tints of Persian Pink #E06BB8

Color information

#E06BB8 (or 0xE06BB8) is unknown color: approx Persian Pink. HEX triplet: E0, 6B and B8. RGB value is (224,107,184). Sum of RGB (Red+Green+Blue) = 224+107+184=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 107 (42.19% from 255 or 20.78% from 515); Blue value is 184 (72.27% from 255 or 35.73% from 515); Max value from RGB is 224 - color contains mainly: red. Hex color #E06BB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06BB8 is #1F9447. Grayscale: #969696. Windows color (decimal): -2069576 or 12086240. OLE color: 12086240.

HSL color Cylindrical-coordinate representation of color #E06BB8: hue angle of 320.51º 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 #E06BB8 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB224107184-
CMYK00.520.180.12
HSL320.51º65.36%64.9%-
HSV(B)320.51º52.23%87.84%-
XYZ44.6529.8248.75-
YUV150.76146.76180.24-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.50%
GREEN value IS 107 (42.19% from 255) = 20.78%
BLUE value IS 184 (72.27% from 255) = 35.73%
R=43.50%
G=20.78%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410718400.520.180.12320.5165.3664.9
HexE06BB803412C1414141
Octal3401532700642214501101101
Binary11100000110101110111000011010010010110010100000110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e06bb8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e06bb8; }

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

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

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

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

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

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

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

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