#EB36B0

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

Shades of Persian Rose #EB36B0

Tints of Persian Rose #EB36B0

Color information

#EB36B0 (or 0xEB36B0) is unknown color: approx Persian Rose. HEX triplet: EB, 36 and B0. RGB value is (235,54,176). Sum of RGB (Red+Green+Blue) = 235+54+176=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 54 (21.48% from 255 or 11.61% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EB36B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB36B0 is #14C94F. Grayscale: #797979. Windows color (decimal): -1362256 or 11548395. OLE color: 11548395.

HSL color Cylindrical-coordinate representation of color #EB36B0: hue angle of 319.56º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EB36B0 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB23554176-
CMYK00.770.250.08
HSL319.56º81.9%56.67%-
HSV(B)319.56º77.02%92.16%-
XYZ43.4223.4443.31-
YUV122.03158.47208.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.54%
GREEN value IS 54 (21.48% from 255) = 11.61%
BLUE value IS 176 (69.14% from 255) = 37.85%
R=50.54%
G=11.61%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2355417600.770.250.08319.5681.956.67
HexEB36B004D1981405239
Octal353662600115311050012271
Binary1110101111011010110000010011011100110001010000001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB36B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB36B0; }

 p { color: rgb(235,54,176); }

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

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

 a { background-color: rgb(235,54,176); }

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

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

 span { border-color: rgb(235,54,176); }

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