#EB7DC1

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

Shades of Persian Pink #EB7DC1

Tints of Persian Pink #EB7DC1

Color information

#EB7DC1 (or 0xEB7DC1) is unknown color: approx Persian Pink. HEX triplet: EB, 7D and C1. RGB value is (235,125,193). Sum of RGB (Red+Green+Blue) = 235+125+193=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 125 (49.22% from 255 or 22.60% from 553); Blue value is 193 (75.78% from 255 or 34.90% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7DC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7DC1 is #14823E. Grayscale: #A5A5A5. Windows color (decimal): -1344063 or 12680683. OLE color: 12680683.

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

Color convert

RGB235125193-
CMYK00.470.180.08
HSL322.91º73.33%70.59%-
HSV(B)322.91º46.81%92.16%-
XYZ51.2236.1854.74-
YUV165.64143.44177.47-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.50%
GREEN value IS 125 (49.22% from 255) = 22.60%
BLUE value IS 193 (75.78% from 255) = 34.90%
R=42.50%
G=22.60%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512519300.470.180.08322.9173.3370.59
HexEB7DC102F1281434947
Octal3531753010572210503111107
Binary11101011111110111000001010111110010100010100001110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7DC1; }

 p { color: rgb(235,125,193); }

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

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

 a { background-color: rgb(235,125,193); }

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

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

 span { border-color: rgb(235,125,193); }

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