#EA75C0

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

Shades of Persian Pink #EA75C0

Tints of Persian Pink #EA75C0

Color information

#EA75C0 (or 0xEA75C0) is unknown color: approx Persian Pink. HEX triplet: EA, 75 and C0. RGB value is (234,117,192). Sum of RGB (Red+Green+Blue) = 234+117+192=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 117 (46.09% from 255 or 21.55% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EA75C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA75C0 is #158A3F. Grayscale: #A0A0A0. Windows color (decimal): -1411648 or 12613098. OLE color: 12613098.

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

Color convert

RGB234117192-
CMYK00.50.180.08
HSL321.54º73.58%68.82%-
HSV(B)321.54º50%91.76%-
XYZ49.8134.0253.81-
YUV160.53145.76180.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.09%
GREEN value IS 117 (46.09% from 255) = 21.55%
BLUE value IS 192 (75.39% from 255) = 35.36%
R=43.09%
G=21.55%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411719200.50.180.08321.5473.5868.82
HexEA75C00321281424a45
Octal3521653000622210502112105
Binary11101010111010111000000011001010010100010100001010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA75C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA75C0; }

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

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

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

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

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

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

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

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