#EB7ABA

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

Shades of Persian Pink #EB7ABA

Tints of Persian Pink #EB7ABA

Color information

#EB7ABA (or 0xEB7ABA) is unknown color: approx Persian Pink. HEX triplet: EB, 7A and BA. RGB value is (235,122,186). Sum of RGB (Red+Green+Blue) = 235+122+186=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 122 (48.05% from 255 or 22.47% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7ABA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7ABA is #148545. Grayscale: #A2A2A2. Windows color (decimal): -1344838 or 12221163. OLE color: 12221163.

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

Color convert

RGB235122186-
CMYK00.480.210.08
HSL326.02º73.86%70%-
HSV(B)326.02º48.09%92.16%-
XYZ50.0835.1350.59-
YUV163.08140.94179.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.28%
GREEN value IS 122 (48.05% from 255) = 22.47%
BLUE value IS 186 (73.05% from 255) = 34.25%
R=43.28%
G=22.47%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512218600.480.210.08326.0273.8670
HexEB7ABA0301581464a46
Octal3531722720602510506112106
Binary11101011111101010111010011000010101100010100011010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7ABA; }

 p { color: rgb(235,122,186); }

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

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

 a { background-color: rgb(235,122,186); }

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

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

 span { border-color: rgb(235,122,186); }

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