#EB74B6

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

Shades of Persian Pink #EB74B6

Tints of Persian Pink #EB74B6

Color information

#EB74B6 (or 0xEB74B6) is unknown color: approx Persian Pink. HEX triplet: EB, 74 and B6. RGB value is (235,116,182). Sum of RGB (Red+Green+Blue) = 235+116+182=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 116 (45.70% from 255 or 21.76% from 533); Blue value is 182 (71.48% from 255 or 34.15% from 533); Max value from RGB is 235 - color contains mainly: red. Hex color #EB74B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB74B6 is #148B49. Grayscale: #9E9E9E. Windows color (decimal): -1346378 or 11957483. OLE color: 11957483.

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

Color convert

RGB235116182-
CMYK00.510.230.08
HSL326.72º74.84%68.82%-
HSV(B)326.72º50.64%92.16%-
XYZ48.9533.5348.15-
YUV159.1140.92182.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.09%
GREEN value IS 116 (45.70% from 255) = 21.76%
BLUE value IS 182 (71.48% from 255) = 34.15%
R=44.09%
G=21.76%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511618200.510.230.08326.7274.8468.82
HexEB74B60331781474b45
Octal3531642660632710507113105
Binary11101011111010010110110011001110111100010100011110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB74B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB74B6; }

 p { color: rgb(235,116,182); }

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

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

 a { background-color: rgb(235,116,182); }

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

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

 span { border-color: rgb(235,116,182); }

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