#EB37AE

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

Shades of Persian Rose #EB37AE

Tints of Persian Rose #EB37AE

Color information

#EB37AE (or 0xEB37AE) is unknown color: approx Persian Rose. HEX triplet: EB, 37 and AE. RGB value is (235,55,174). Sum of RGB (Red+Green+Blue) = 235+55+174=464 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.65% from 464); Green value is 55 (21.88% from 255 or 11.85% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 235 - color contains mainly: red. Hex color #EB37AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB37AE is #14C851. Grayscale: #7A7A7A. Windows color (decimal): -1362002 or 11417579. OLE color: 11417579.

HSL color Cylindrical-coordinate representation of color #EB37AE: hue angle of 320.33º 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 #EB37AE is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB23555174-
CMYK00.770.260.08
HSL320.33º81.82%56.86%-
HSV(B)320.33º76.6%92.16%-
XYZ43.2723.4542.29-
YUV122.39157.13208.32-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.65%
GREEN value IS 55 (21.88% from 255) = 11.85%
BLUE value IS 174 (68.36% from 255) = 37.5%
R=50.65%
G=11.85%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2355517400.770.260.08320.3381.8256.86
HexEB37AE04D1A81405239
Octal353672560115321050012271
Binary1110101111011110101110010011011101010001010000001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB37AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB37AE; }

 p { color: rgb(235,55,174); }

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

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

 a { background-color: rgb(235,55,174); }

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

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

 span { border-color: rgb(235,55,174); }

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