#EB7BB0

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

Shades of Persian Pink #EB7BB0

Tints of Persian Pink #EB7BB0

Color information

#EB7BB0 (or 0xEB7BB0) is unknown color: approx Persian Pink. HEX triplet: EB, 7B and B0. RGB value is (235,123,176). Sum of RGB (Red+Green+Blue) = 235+123+176=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 123 (48.44% from 255 or 23.03% from 534); Blue value is 176 (69.14% from 255 or 32.96% from 534); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7BB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7BB0 is #14844F. Grayscale: #A2A2A2. Windows color (decimal): -1344592 or 11566059. OLE color: 11566059.

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

Color convert

RGB235123176-
CMYK00.480.250.08
HSL331.61º73.68%70.2%-
HSV(B)331.61º47.66%92.16%-
XYZ49.1834.9645.23-
YUV162.53135.61179.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.01%
GREEN value IS 123 (48.44% from 255) = 23.03%
BLUE value IS 176 (69.14% from 255) = 32.96%
R=44.01%
G=23.03%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512317600.480.250.08331.6173.6870.2
HexEB7BB003019814c4a46
Octal3531732600603110514112106
Binary11101011111101110110000011000011001100010100110010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7BB0; }

 p { color: rgb(235,123,176); }

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

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

 a { background-color: rgb(235,123,176); }

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

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

 span { border-color: rgb(235,123,176); }

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