#EA76BD

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

Shades of Persian Pink #EA76BD

Tints of Persian Pink #EA76BD

Color information

#EA76BD (or 0xEA76BD) is unknown color: approx Persian Pink. HEX triplet: EA, 76 and BD. RGB value is (234,118,189). Sum of RGB (Red+Green+Blue) = 234+118+189=541 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.25% from 541); Green value is 118 (46.48% from 255 or 21.81% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 234 - color contains mainly: red. Hex color #EA76BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA76BD is #158942. Grayscale: #A0A0A0. Windows color (decimal): -1411395 or 12416746. OLE color: 12416746.

HSL color Cylindrical-coordinate representation of color #EA76BD: hue angle of 323.28º degrees, saturation: 0.73, 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 #EA76BD is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB234118189-
CMYK00.500.190.08
HSL323.28º73.42%69.02%-
HSV(B)323.28º49.57%91.76%-
XYZ49.634.1252.12-
YUV160.78143.93180.23-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.25%
GREEN value IS 118 (46.48% from 255) = 21.81%
BLUE value IS 189 (74.22% from 255) = 34.94%
R=43.25%
G=21.81%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411818900.500.190.08323.2873.4269.02
HexEA76BD0321381434945
Octal3521662750622310503111105
Binary11101010111011010111101011001010011100010100001110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA76BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA76BD; }

 p { color: rgb(234,118,189); }

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

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

 a { background-color: rgb(234,118,189); }

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

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

 span { border-color: rgb(234,118,189); }

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