#EA75C4

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

Shades of Persian Pink #EA75C4

Tints of Persian Pink #EA75C4

Color information

#EA75C4 (or 0xEA75C4) is unknown color: approx Persian Pink. HEX triplet: EA, 75 and C4. RGB value is (234,117,196). Sum of RGB (Red+Green+Blue) = 234+117+196=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 117 (46.09% from 255 or 21.39% from 547); Blue value is 196 (76.95% from 255 or 35.83% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EA75C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA75C4 is #158A3B. Grayscale: #A0A0A0. Windows color (decimal): -1411644 or 12875242. OLE color: 12875242.

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

Color convert

RGB234117196-
CMYK00.50.160.08
HSL319.49º73.58%68.82%-
HSV(B)319.49º50%91.76%-
XYZ50.2634.256.18-
YUV160.99147.76180.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.78%
GREEN value IS 117 (46.09% from 255) = 21.39%
BLUE value IS 196 (76.95% from 255) = 35.83%
R=42.78%
G=21.39%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411719600.50.160.08319.4973.5868.82
HexEA75C403210813f4a45
Octal3521653040622010477112105
Binary11101010111010111000100011001010000100010011111110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA75C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA75C4; }

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

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

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

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

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

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

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

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