#E07FB2

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

Shades of Persian Pink #E07FB2

Tints of Persian Pink #E07FB2

Color information

#E07FB2 (or 0xE07FB2) is unknown color: approx Persian Pink. HEX triplet: E0, 7F and B2. RGB value is (224,127,178). Sum of RGB (Red+Green+Blue) = 224+127+178=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 178 (69.92% from 255 or 33.65% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E07FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07FB2 is #1F804D. Grayscale: #A1A1A1. Windows color (decimal): -2064462 or 11698144. OLE color: 11698144.

HSL color Cylindrical-coordinate representation of color #E07FB2: hue angle of 328.45º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E07FB2 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB224127178-
CMYK00.430.210.12
HSL328.45º61.01%68.82%-
HSV(B)328.45º43.3%87.84%-
XYZ46.3734.2446.28-
YUV161.82137.14172.35-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.34%
GREEN value IS 127 (50% from 255) = 24.01%
BLUE value IS 178 (69.92% from 255) = 33.65%
R=42.34%
G=24.01%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412717800.430.210.12328.4561.0168.82
HexE07FB202B15C1483d45
Octal340177262053251451075105
Binary1110000011111111011001001010111010111001010010001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07FB2; }

 p { color: rgb(224,127,178); }

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

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

 a { background-color: rgb(224,127,178); }

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

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

 span { border-color: rgb(224,127,178); }

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