#E46DBB

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

Shades of Persian Pink #E46DBB

Tints of Persian Pink #E46DBB

Color information

#E46DBB (or 0xE46DBB) is unknown color: approx Persian Pink. HEX triplet: E4, 6D and BB. RGB value is (228,109,187). Sum of RGB (Red+Green+Blue) = 228+109+187=524 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.51% from 524); Green value is 109 (42.97% from 255 or 20.80% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 228 - color contains mainly: red. Hex color #E46DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46DBB is #1B9244. Grayscale: #999999. Windows color (decimal): -1806917 or 12283364. OLE color: 12283364.

HSL color Cylindrical-coordinate representation of color #E46DBB: hue angle of 320.67º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E46DBB is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB228109187-
CMYK00.520.180.11
HSL320.67º68.79%66.08%-
HSV(B)320.67º52.19%89.41%-
XYZ46.4331.0250.55-
YUV153.47146.92181.16-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.51%
GREEN value IS 109 (42.97% from 255) = 20.80%
BLUE value IS 187 (73.44% from 255) = 35.69%
R=43.51%
G=20.80%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22810918700.520.180.11320.6768.7966.08
HexE46DBB03412B1414542
Octal3441552730642213501105102
Binary11100100110110110111011011010010010101110100000110001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46DBB; }

 p { color: rgb(228,109,187); }

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

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

 a { background-color: rgb(228,109,187); }

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

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

 span { border-color: rgb(228,109,187); }

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