#E277C1

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

Shades of Persian Pink #E277C1

Tints of Persian Pink #E277C1

Color information

#E277C1 (or 0xE277C1) is unknown color: approx Persian Pink. HEX triplet: E2, 77 and C1. RGB value is (226,119,193). Sum of RGB (Red+Green+Blue) = 226+119+193=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 119 (46.88% from 255 or 22.12% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E277C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E277C1 is #1D883E. Grayscale: #9F9F9F. Windows color (decimal): -1935423 or 12679138. OLE color: 12679138.

HSL color Cylindrical-coordinate representation of color #E277C1: hue angle of 318.5º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E277C1 is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB226119193-
CMYK00.470.150.11
HSL318.5º64.85%67.65%-
HSV(B)318.5º47.35%88.63%-
XYZ47.5933.2154.35-
YUV159.43146.95175.48-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.01%
GREEN value IS 119 (46.88% from 255) = 22.12%
BLUE value IS 193 (75.78% from 255) = 35.87%
R=42.01%
G=22.12%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611919300.470.150.11318.564.8567.65
HexE277C102FFB13f4144
Octal3421673010571713477101104
Binary1110001011101111100000101011111111101110011111110000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E277C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E277C1; }

 p { color: rgb(226,119,193); }

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

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

 a { background-color: rgb(226,119,193); }

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

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

 span { border-color: rgb(226,119,193); }

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