#EB75C0

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

Shades of Persian Pink #EB75C0

Tints of Persian Pink #EB75C0

Color information

#EB75C0 (or 0xEB75C0) is unknown color: approx Persian Pink. HEX triplet: EB, 75 and C0. RGB value is (235,117,192). Sum of RGB (Red+Green+Blue) = 235+117+192=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 117 (46.09% from 255 or 21.51% from 544); Blue value is 192 (75.39% from 255 or 35.29% from 544); Max value from RGB is 235 - color contains mainly: red. Hex color #EB75C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB75C0 is #148A3F. Grayscale: #A0A0A0. Windows color (decimal): -1346112 or 12613099. OLE color: 12613099.

HSL color Cylindrical-coordinate representation of color #EB75C0: hue angle of 321.86º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EB75C0 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB235117192-
CMYK00.500.180.08
HSL321.86º74.68%69.02%-
HSV(B)321.86º50.21%92.16%-
XYZ50.1434.1953.83-
YUV160.83145.59180.9-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.20%
GREEN value IS 117 (46.09% from 255) = 21.51%
BLUE value IS 192 (75.39% from 255) = 35.29%
R=43.20%
G=21.51%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511719200.500.180.08321.8674.6869.02
HexEB75C00321281424b45
Octal3531653000622210502113105
Binary11101011111010111000000011001010010100010100001010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB75C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB75C0; }

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

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

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

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

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

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

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

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