#E92B98

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

Shades of Persian Rose #E92B98

Tints of Persian Rose #E92B98

Color information

#E92B98 (or 0xE92B98) is unknown color: approx Persian Rose. HEX triplet: E9, 2B and 98. RGB value is (233,43,152). Sum of RGB (Red+Green+Blue) = 233+43+152=428 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.44% from 428); Green value is 43 (17.19% from 255 or 10.05% from 428); Blue value is 152 (59.77% from 255 or 35.51% from 428); Max value from RGB is 233 - color contains mainly: red. Hex color #E92B98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92B98 is #16D467. Grayscale: #6F6F6F. Windows color (decimal): -1496168 or 9972713. OLE color: 9972713.

HSL color Cylindrical-coordinate representation of color #E92B98: hue angle of 325.58º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E92B98 is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB23343152-
CMYK00.820.350.09
HSL325.58º81.2%54.12%-
HSV(B)325.58º81.55%91.37%-
XYZ40.1421.3231.71-
YUV112.24150.45214.14-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 54.44%
GREEN value IS 43 (17.19% from 255) = 10.05%
BLUE value IS 152 (59.77% from 255) = 35.51%
R=54.44%
G=10.05%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2334315200.820.350.09325.5881.254.12
HexE92B980522391465136
Octal351532300122431150612166
Binary11101001101011100110000101001010001110011010001101010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E92B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E92B98; }

 p { color: rgb(233,43,152); }

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

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

 a { background-color: rgb(233,43,152); }

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

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

 span { border-color: rgb(233,43,152); }

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