#E07EB1

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

Shades of Persian Pink #E07EB1

Tints of Persian Pink #E07EB1

Color information

#E07EB1 (or 0xE07EB1) is unknown color: approx Persian Pink. HEX triplet: E0, 7E and B1. RGB value is (224,126,177). Sum of RGB (Red+Green+Blue) = 224+126+177=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 126 (49.61% from 255 or 23.91% from 527); Blue value is 177 (69.53% from 255 or 33.59% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E07EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07EB1 is #1F814E. Grayscale: #A1A1A1. Windows color (decimal): -2064719 or 11632352. OLE color: 11632352.

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

Color convert

RGB224126177-
CMYK00.440.210.12
HSL328.78º61.25%68.63%-
HSV(B)328.78º43.75%87.84%-
XYZ46.1433.9445.72-
YUV161.12136.97172.85-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.50%
GREEN value IS 126 (49.61% from 255) = 23.91%
BLUE value IS 177 (69.53% from 255) = 33.59%
R=42.50%
G=23.91%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412617700.440.210.12328.7861.2568.63
HexE07EB102C15C1493d45
Octal340176261054251451175105
Binary1110000011111101011000101011001010111001010010011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07EB1; }

 p { color: rgb(224,126,177); }

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

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

 a { background-color: rgb(224,126,177); }

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

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

 span { border-color: rgb(224,126,177); }

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