#E67BB9

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

Shades of Persian Pink #E67BB9

Tints of Persian Pink #E67BB9

Color information

#E67BB9 (or 0xE67BB9) is unknown color: approx Persian Pink. HEX triplet: E6, 7B and B9. RGB value is (230,123,185). Sum of RGB (Red+Green+Blue) = 230+123+185=538 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.75% from 538); Green value is 123 (48.44% from 255 or 22.86% from 538); Blue value is 185 (72.66% from 255 or 34.39% from 538); Max value from RGB is 230 - color contains mainly: red. Hex color #E67BB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67BB9 is #198446. Grayscale: #A1A1A1. Windows color (decimal): -1672263 or 12155878. OLE color: 12155878.

HSL color Cylindrical-coordinate representation of color #E67BB9: hue angle of 325.23º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E67BB9 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB230123185-
CMYK00.470.200.10
HSL325.23º68.15%69.22%-
HSV(B)325.23º46.52%90.2%-
XYZ48.4734.4950-
YUV162.06140.95176.46-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.75%
GREEN value IS 123 (48.44% from 255) = 22.86%
BLUE value IS 185 (72.66% from 255) = 34.39%
R=42.75%
G=22.86%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012318500.470.200.10325.2368.1569.22
HexE67BB902F14A1454445
Octal3461732710572412505104105
Binary11100110111101110111001010111110100101010100010110001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67BB9; }

 p { color: rgb(230,123,185); }

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

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

 a { background-color: rgb(230,123,185); }

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

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

 span { border-color: rgb(230,123,185); }

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