#EA74C3

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

Shades of Persian Pink #EA74C3

Tints of Persian Pink #EA74C3

Color information

#EA74C3 (or 0xEA74C3) is unknown color: approx Persian Pink. HEX triplet: EA, 74 and C3. RGB value is (234,116,195). Sum of RGB (Red+Green+Blue) = 234+116+195=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 116 (45.70% from 255 or 21.28% from 545); Blue value is 195 (76.56% from 255 or 35.78% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EA74C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA74C3 is #158B3C. Grayscale: #A0A0A0. Windows color (decimal): -1411901 or 12809450. OLE color: 12809450.

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

Color convert

RGB234116195-
CMYK00.500.170.08
HSL319.83º73.75%68.63%-
HSV(B)319.83º50.43%91.76%-
XYZ50.0333.9255.54-
YUV160.29147.59180.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.94%
GREEN value IS 116 (45.70% from 255) = 21.28%
BLUE value IS 195 (76.56% from 255) = 35.78%
R=42.94%
G=21.28%
B=35.78%

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
Decimal23411619500.500.170.08319.8373.7568.63
HexEA74C30321181404a45
Octal3521643030622110500112105
Binary11101010111010011000011011001010001100010100000010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA74C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA74C3; }

 p { color: rgb(234,116,195); }

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

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

 a { background-color: rgb(234,116,195); }

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

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

 span { border-color: rgb(234,116,195); }

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