#EA75BE

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

Shades of Persian Pink #EA75BE

Tints of Persian Pink #EA75BE

Color information

#EA75BE (or 0xEA75BE) is unknown color: approx Persian Pink. HEX triplet: EA, 75 and BE. RGB value is (234,117,190). Sum of RGB (Red+Green+Blue) = 234+117+190=541 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.25% from 541); Green value is 117 (46.09% from 255 or 21.63% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 234 - color contains mainly: red. Hex color #EA75BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA75BE is #158A41. Grayscale: #A0A0A0. Windows color (decimal): -1411650 or 12482026. OLE color: 12482026.

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

Color convert

RGB234117190-
CMYK00.50.190.08
HSL322.56º73.58%68.82%-
HSV(B)322.56º50%91.76%-
XYZ49.5933.9352.65-
YUV160.3144.76180.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.25%
GREEN value IS 117 (46.09% from 255) = 21.63%
BLUE value IS 190 (74.61% from 255) = 35.12%
R=43.25%
G=21.63%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411719000.50.190.08322.5673.5868.82
HexEA75BE0321381434a45
Octal3521652760622310503112105
Binary11101010111010110111110011001010011100010100001110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA75BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA75BE; }

 p { color: rgb(234,117,190); }

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

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

 a { background-color: rgb(234,117,190); }

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

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

 span { border-color: rgb(234,117,190); }

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