#EB7FC0

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

Shades of Persian Pink #EB7FC0

Tints of Persian Pink #EB7FC0

Color information

#EB7FC0 (or 0xEB7FC0) is unknown color: approx Persian Pink. HEX triplet: EB, 7F and C0. RGB value is (235,127,192). Sum of RGB (Red+Green+Blue) = 235+127+192=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 127 (50% from 255 or 22.92% from 554); Blue value is 192 (75.39% from 255 or 34.66% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7FC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7FC0 is #14803F. Grayscale: #A6A6A6. Windows color (decimal): -1343552 or 12615659. OLE color: 12615659.

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

Color convert

RGB235127192-
CMYK00.460.180.08
HSL323.89º72.97%70.98%-
HSV(B)323.89º45.96%92.16%-
XYZ51.3636.6554.24-
YUV166.7142.28176.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.42%
GREEN value IS 127 (50% from 255) = 22.92%
BLUE value IS 192 (75.39% from 255) = 34.66%
R=42.42%
G=22.92%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512719200.460.180.08323.8972.9770.98
HexEB7FC002E1281444947
Octal3531773000562210504111107
Binary11101011111111111000000010111010010100010100010010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7FC0; }

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

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

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

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

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

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

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

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