#E274BD

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

Shades of Persian Pink #E274BD

Tints of Persian Pink #E274BD

Color information

#E274BD (or 0xE274BD) is unknown color: approx Persian Pink. HEX triplet: E2, 74 and BD. RGB value is (226,116,189). Sum of RGB (Red+Green+Blue) = 226+116+189=531 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.56% from 531); Green value is 116 (45.70% from 255 or 21.85% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 226 - color contains mainly: red. Hex color #E274BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E274BD is #1D8B42. Grayscale: #9D9D9D. Windows color (decimal): -1936195 or 12416226. OLE color: 12416226.

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

Color convert

RGB226116189-
CMYK00.490.160.11
HSL320.18º65.48%67.06%-
HSV(B)320.18º48.67%88.63%-
XYZ46.7932.3351.92-
YUV157.21145.94177.06-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.56%
GREEN value IS 116 (45.70% from 255) = 21.85%
BLUE value IS 189 (74.22% from 255) = 35.59%
R=42.56%
G=21.85%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611618900.490.160.11320.1865.4867.06
HexE274BD03110B1404143
Octal3421642750612013500101103
Binary11100010111010010111101011000110000101110100000010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E274BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E274BD; }

 p { color: rgb(226,116,189); }

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

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

 a { background-color: rgb(226,116,189); }

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

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

 span { border-color: rgb(226,116,189); }

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