#E82F9C

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

Shades of Persian Rose #E82F9C

Tints of Persian Rose #E82F9C

Color information

#E82F9C (or 0xE82F9C) is unknown color: approx Persian Rose. HEX triplet: E8, 2F and 9C. RGB value is (232,47,156). Sum of RGB (Red+Green+Blue) = 232+47+156=435 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.33% from 435); Green value is 47 (18.75% from 255 or 10.80% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 232 - color contains mainly: red. Hex color #E82F9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82F9C is #17D063. Grayscale: #727272. Windows color (decimal): -1560676 or 10235880. OLE color: 10235880.

HSL color Cylindrical-coordinate representation of color #E82F9C: hue angle of 324.65º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E82F9C is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB23247156-
CMYK00.800.330.09
HSL324.65º80.09%54.71%-
HSV(B)324.65º79.74%90.98%-
XYZ40.321.5933.5-
YUV114.74151.29211.64-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 53.33%
GREEN value IS 47 (18.75% from 255) = 10.80%
BLUE value IS 156 (61.33% from 255) = 35.86%
R=53.33%
G=10.80%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2324715600.800.330.09324.6580.0954.71
HexE82F9C0502191455037
Octal350572340120411150512067
Binary11101000101111100111000101000010000110011010001011010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E82F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E82F9C; }

 p { color: rgb(232,47,156); }

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

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

 a { background-color: rgb(232,47,156); }

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

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

 span { border-color: rgb(232,47,156); }

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