#EB2D9A

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

Shades of Persian Rose #EB2D9A

Tints of Persian Rose #EB2D9A

Color information

#EB2D9A (or 0xEB2D9A) is unknown color: approx Persian Rose. HEX triplet: EB, 2D and 9A. RGB value is (235,45,154). Sum of RGB (Red+Green+Blue) = 235+45+154=434 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.15% from 434); Green value is 45 (17.97% from 255 or 10.37% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2D9A is #14D265. Grayscale: #717171. Windows color (decimal): -1364582 or 10104299. OLE color: 10104299.

HSL color Cylindrical-coordinate representation of color #EB2D9A: hue angle of 325.58º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EB2D9A is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB23545154-
CMYK00.810.340.08
HSL325.58º82.61%54.9%-
HSV(B)325.58º80.85%92.16%-
XYZ41.0321.8732.63-
YUV114.24150.45214.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 54.15%
GREEN value IS 45 (17.97% from 255) = 10.37%
BLUE value IS 154 (60.55% from 255) = 35.48%
R=54.15%
G=10.37%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2354515400.810.340.08325.5882.6154.9
HexEB2D9A0512281465337
Octal353552320121421050612367
Binary11101011101101100110100101000110001010001010001101010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2D9A; }

 p { color: rgb(235,45,154); }

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

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

 a { background-color: rgb(235,45,154); }

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

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

 span { border-color: rgb(235,45,154); }

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