#EB76C4

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

Shades of Persian Pink #EB76C4

Tints of Persian Pink #EB76C4

Color information

#EB76C4 (or 0xEB76C4) is unknown color: approx Persian Pink. HEX triplet: EB, 76 and C4. RGB value is (235,118,196). Sum of RGB (Red+Green+Blue) = 235+118+196=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 118 (46.48% from 255 or 21.49% from 549); Blue value is 196 (76.95% from 255 or 35.70% from 549); Max value from RGB is 235 - color contains mainly: red. Hex color #EB76C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB76C4 is #14893B. Grayscale: #A1A1A1. Windows color (decimal): -1345852 or 12875499. OLE color: 12875499.

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

Color convert

RGB235118196-
CMYK00.500.170.08
HSL320º74.52%69.22%-
HSV(B)320º49.79%92.16%-
XYZ50.734.656.23-
YUV161.88147.26180.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.81%
GREEN value IS 118 (46.48% from 255) = 21.49%
BLUE value IS 196 (76.95% from 255) = 35.70%
R=42.81%
G=21.49%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511819600.500.170.0832074.5269.22
HexEB76C40321181404b45
Octal3531663040622110500113105
Binary11101011111011011000100011001010001100010100000010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB76C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB76C4; }

 p { color: rgb(235,118,196); }

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

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

 a { background-color: rgb(235,118,196); }

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

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

 span { border-color: rgb(235,118,196); }

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