#EB3EAE

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

Shades of Persian Rose #EB3EAE

Tints of Persian Rose #EB3EAE

Color information

#EB3EAE (or 0xEB3EAE) is unknown color: approx Persian Rose. HEX triplet: EB, 3E and AE. RGB value is (235,62,174). Sum of RGB (Red+Green+Blue) = 235+62+174=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 62 (24.61% from 255 or 13.16% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3EAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB3EAE is #14C151. Grayscale: #7E7E7E. Windows color (decimal): -1360210 or 11419371. OLE color: 11419371.

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

Color convert

RGB23562174-
CMYK00.740.260.08
HSL321.16º81.22%58.24%-
HSV(B)321.16º73.62%92.16%-
XYZ43.6224.1642.41-
YUV126.49154.81205.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.89%
GREEN value IS 62 (24.61% from 255) = 13.16%
BLUE value IS 174 (68.36% from 255) = 36.94%
R=49.89%
G=13.16%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2356217400.740.260.08321.1681.2258.24
HexEB3EAE04A1A8141513a
Octal353762560112321050112172
Binary1110101111111010101110010010101101010001010000011010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3EAE; }

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

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

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

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

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

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

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

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