#EB72C0

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

Shades of Persian Pink #EB72C0

Tints of Persian Pink #EB72C0

Color information

#EB72C0 (or 0xEB72C0) is unknown color: approx Persian Pink. HEX triplet: EB, 72 and C0. RGB value is (235,114,192). Sum of RGB (Red+Green+Blue) = 235+114+192=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 114 (44.92% from 255 or 21.07% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EB72C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB72C0 is #148D3F. Grayscale: #9E9E9E. Windows color (decimal): -1346880 or 12612331. OLE color: 12612331.

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

Color convert

RGB235114192-
CMYK00.510.180.08
HSL321.32º75.16%68.43%-
HSV(B)321.32º51.49%92.16%-
XYZ49.7933.553.71-
YUV159.07146.59182.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.44%
GREEN value IS 114 (44.92% from 255) = 21.07%
BLUE value IS 192 (75.39% from 255) = 35.49%
R=43.44%
G=21.07%
B=35.49%

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
Decimal23511419200.510.180.08321.3275.1668.43
HexEB72C00331281414b44
Octal3531623000632210501113104
Binary11101011111001011000000011001110010100010100000110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB72C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB72C0; }

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

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

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

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

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

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

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

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