#EB7EBD

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

Shades of Persian Pink #EB7EBD

Tints of Persian Pink #EB7EBD

Color information

#EB7EBD (or 0xEB7EBD) is unknown color: approx Persian Pink. HEX triplet: EB, 7E and BD. RGB value is (235,126,189). Sum of RGB (Red+Green+Blue) = 235+126+189=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 126 (49.61% from 255 or 22.91% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7EBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7EBD is #148142. Grayscale: #A5A5A5. Windows color (decimal): -1343811 or 12418795. OLE color: 12418795.

HSL color Cylindrical-coordinate representation of color #EB7EBD: hue angle of 325.32º 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 #EB7EBD is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB235126189-
CMYK00.460.200.08
HSL325.32º73.15%70.78%-
HSV(B)325.32º46.38%92.16%-
XYZ50.9136.2652.46-
YUV165.77141.11177.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.73%
GREEN value IS 126 (49.61% from 255) = 22.91%
BLUE value IS 189 (74.22% from 255) = 34.36%
R=42.73%
G=22.91%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512618900.460.200.08325.3273.1570.78
HexEB7EBD02E1481454947
Octal3531762750562410505111107
Binary11101011111111010111101010111010100100010100010110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7EBD; }

 p { color: rgb(235,126,189); }

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

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

 a { background-color: rgb(235,126,189); }

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

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

 span { border-color: rgb(235,126,189); }

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