#E074BB

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

Shades of Persian Pink #E074BB

Tints of Persian Pink #E074BB

Color information

#E074BB (or 0xE074BB) is unknown color: approx Persian Pink. HEX triplet: E0, 74 and BB. RGB value is (224,116,187). Sum of RGB (Red+Green+Blue) = 224+116+187=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 116 (45.70% from 255 or 22.01% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E074BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E074BB is #1F8B44. Grayscale: #9C9C9C. Windows color (decimal): -2067269 or 12285152. OLE color: 12285152.

HSL color Cylindrical-coordinate representation of color #E074BB: hue angle of 320.56º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E074BB is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB224116187-
CMYK00.480.170.12
HSL320.56º63.53%66.67%-
HSV(B)320.56º48.21%87.84%-
XYZ45.9631.9350.75-
YUV156.39145.28176.23-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.50%
GREEN value IS 116 (45.70% from 255) = 22.01%
BLUE value IS 187 (73.44% from 255) = 35.48%
R=42.50%
G=22.01%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411618700.480.170.12320.5663.5366.67
HexE074BB03011C1414043
Octal3401642730602114501100103
Binary11100000111010010111011011000010001110010100000110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E074BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E074BB; }

 p { color: rgb(224,116,187); }

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

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

 a { background-color: rgb(224,116,187); }

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

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

 span { border-color: rgb(224,116,187); }

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