#E67BBE

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

Shades of Persian Pink #E67BBE

Tints of Persian Pink #E67BBE

Color information

#E67BBE (or 0xE67BBE) is unknown color: approx Persian Pink. HEX triplet: E6, 7B and BE. RGB value is (230,123,190). Sum of RGB (Red+Green+Blue) = 230+123+190=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 123 (48.44% from 255 or 22.65% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 230 - color contains mainly: red. Hex color #E67BBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67BBE is #198441. Grayscale: #A2A2A2. Windows color (decimal): -1672258 or 12483558. OLE color: 12483558.

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

Color convert

RGB230123190-
CMYK00.470.170.10
HSL322.43º68.15%69.22%-
HSV(B)322.43º46.52%90.2%-
XYZ49.0134.7152.83-
YUV162.63143.45176.05-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.36%
GREEN value IS 123 (48.44% from 255) = 22.65%
BLUE value IS 190 (74.61% from 255) = 34.99%
R=42.36%
G=22.65%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012319000.470.170.10322.4368.1569.22
HexE67BBE02F11A1424445
Octal3461732760572112502104105
Binary11100110111101110111110010111110001101010100001010001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67BBE; }

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

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

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

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

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

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

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

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