#EB72C1

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

Shades of Persian Pink #EB72C1

Tints of Persian Pink #EB72C1

Color information

#EB72C1 (or 0xEB72C1) is unknown color: approx Persian Pink. HEX triplet: EB, 72 and C1. RGB value is (235,114,193). Sum of RGB (Red+Green+Blue) = 235+114+193=542 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.36% from 542); Green value is 114 (44.92% from 255 or 21.03% from 542); Blue value is 193 (75.78% from 255 or 35.61% from 542); Max value from RGB is 235 - color contains mainly: red. Hex color #EB72C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB72C1 is #148D3E. Grayscale: #9E9E9E. Windows color (decimal): -1346879 or 12677867. OLE color: 12677867.

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

Color convert

RGB235114193-
CMYK00.510.180.08
HSL320.83º75.16%68.43%-
HSV(B)320.83º51.49%92.16%-
XYZ49.933.5554.3-
YUV159.18147.09182.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.36%
GREEN value IS 114 (44.92% from 255) = 21.03%
BLUE value IS 193 (75.78% from 255) = 35.61%
R=43.36%
G=21.03%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511419300.510.180.08320.8375.1668.43
HexEB72C10331281414b44
Octal3531623010632210501113104
Binary11101011111001011000001011001110010100010100000110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB72C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB72C1; }

 p { color: rgb(235,114,193); }

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

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

 a { background-color: rgb(235,114,193); }

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

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

 span { border-color: rgb(235,114,193); }

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