#EB7BC0

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

Shades of Persian Pink #EB7BC0

Tints of Persian Pink #EB7BC0

Color information

#EB7BC0 (or 0xEB7BC0) is unknown color: approx Persian Pink. HEX triplet: EB, 7B and C0. RGB value is (235,123,192). Sum of RGB (Red+Green+Blue) = 235+123+192=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 123 (48.44% from 255 or 22.36% from 550); Blue value is 192 (75.39% from 255 or 34.91% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7BC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7BC0 is #14843F. Grayscale: #A4A4A4. Windows color (decimal): -1344576 or 12614635. OLE color: 12614635.

HSL color Cylindrical-coordinate representation of color #EB7BC0: hue angle of 323.04º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EB7BC0 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB235123192-
CMYK00.480.180.08
HSL323.04º73.68%70.2%-
HSV(B)323.04º47.66%92.16%-
XYZ50.8635.6354.07-
YUV164.35143.61178.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.73%
GREEN value IS 123 (48.44% from 255) = 22.36%
BLUE value IS 192 (75.39% from 255) = 34.91%
R=42.73%
G=22.36%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512319200.480.180.08323.0473.6870.2
HexEB7BC00301281434a46
Octal3531733000602210503112106
Binary11101011111101111000000011000010010100010100001110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7BC0; }

 p { color: rgb(235,123,192); }

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

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

 a { background-color: rgb(235,123,192); }

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

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

 span { border-color: rgb(235,123,192); }

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