#EA7BC1

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

Shades of Persian Pink #EA7BC1

Tints of Persian Pink #EA7BC1

Color information

#EA7BC1 (or 0xEA7BC1) is unknown color: approx Persian Pink. HEX triplet: EA, 7B and C1. RGB value is (234,123,193). Sum of RGB (Red+Green+Blue) = 234+123+193=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 123 (48.44% from 255 or 22.36% from 550); Blue value is 193 (75.78% from 255 or 35.09% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7BC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7BC1 is #15843E. Grayscale: #A3A3A3. Windows color (decimal): -1410111 or 12680170. OLE color: 12680170.

HSL color Cylindrical-coordinate representation of color #EA7BC1: hue angle of 322.16º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EA7BC1 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB234123193-
CMYK00.470.180.08
HSL322.16º72.55%70%-
HSV(B)322.16º47.44%91.76%-
XYZ50.6435.5154.64-
YUV164.17144.27177.81-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.55%
GREEN value IS 123 (48.44% from 255) = 22.36%
BLUE value IS 193 (75.78% from 255) = 35.09%
R=42.55%
G=22.36%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412319300.470.180.08322.1672.5570
HexEA7BC102F1281424946
Octal3521733010572210502111106
Binary11101010111101111000001010111110010100010100001010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7BC1; }

 p { color: rgb(234,123,193); }

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

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

 a { background-color: rgb(234,123,193); }

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

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

 span { border-color: rgb(234,123,193); }

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