#E67BBC

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

Shades of Persian Pink #E67BBC

Tints of Persian Pink #E67BBC

Color information

#E67BBC (or 0xE67BBC) is unknown color: approx Persian Pink. HEX triplet: E6, 7B and BC. RGB value is (230,123,188). Sum of RGB (Red+Green+Blue) = 230+123+188=541 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.51% from 541); Green value is 123 (48.44% from 255 or 22.74% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 230 - color contains mainly: red. Hex color #E67BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67BBC is #198443. Grayscale: #A2A2A2. Windows color (decimal): -1672260 or 12352486. OLE color: 12352486.

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

Color convert

RGB230123188-
CMYK00.470.180.10
HSL323.55º68.15%69.22%-
HSV(B)323.55º46.52%90.2%-
XYZ48.7934.6251.69-
YUV162.4142.45176.21-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.51%
GREEN value IS 123 (48.44% from 255) = 22.74%
BLUE value IS 188 (73.83% from 255) = 34.75%
R=42.51%
G=22.74%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012318800.470.180.10323.5568.1569.22
HexE67BBC02F12A1444445
Octal3461732740572212504104105
Binary11100110111101110111100010111110010101010100010010001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67BBC; }

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

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

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

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

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

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

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

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