#E372BD

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

Shades of Persian Pink #E372BD

Tints of Persian Pink #E372BD

Color information

#E372BD (or 0xE372BD) is unknown color: approx Persian Pink. HEX triplet: E3, 72 and BD. RGB value is (227,114,189). Sum of RGB (Red+Green+Blue) = 227+114+189=530 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.83% from 530); Green value is 114 (44.92% from 255 or 21.51% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 227 - color contains mainly: red. Hex color #E372BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E372BD is #1C8D42. Grayscale: #9C9C9C. Windows color (decimal): -1871171 or 12415715. OLE color: 12415715.

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

Color convert

RGB227114189-
CMYK00.500.170.11
HSL320.18º66.86%66.86%-
HSV(B)320.18º49.78%89.02%-
XYZ46.8832.0451.86-
YUV156.34146.44178.4-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.83%
GREEN value IS 114 (44.92% from 255) = 21.51%
BLUE value IS 189 (74.22% from 255) = 35.66%
R=42.83%
G=21.51%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711418900.500.170.11320.1866.8666.86
HexE372BD03211B1404343
Octal3431622750622113500103103
Binary11100011111001010111101011001010001101110100000010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E372BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E372BD; }

 p { color: rgb(227,114,189); }

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

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

 a { background-color: rgb(227,114,189); }

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

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

 span { border-color: rgb(227,114,189); }

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