#EB3EAF

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

Shades of Persian Rose #EB3EAF

Tints of Persian Rose #EB3EAF

Color information

#EB3EAF (or 0xEB3EAF) is unknown color: approx Persian Rose. HEX triplet: EB, 3E and AF. RGB value is (235,62,175). Sum of RGB (Red+Green+Blue) = 235+62+175=472 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.79% from 472); Green value is 62 (24.61% from 255 or 13.14% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3EAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB3EAF is #14C150. Grayscale: #7E7E7E. Windows color (decimal): -1360209 or 11484907. OLE color: 11484907.

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

Color convert

RGB23562175-
CMYK00.740.260.08
HSL320.81º81.22%58.24%-
HSV(B)320.81º73.62%92.16%-
XYZ43.7224.242.92-
YUV126.61155.31205.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.79%
GREEN value IS 62 (24.61% from 255) = 13.14%
BLUE value IS 175 (68.75% from 255) = 37.08%
R=49.79%
G=13.14%
B=37.08%

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
Decimal2356217500.740.260.08320.8181.2258.24
HexEB3EAF04A1A8141513a
Octal353762570112321050112172
Binary1110101111111010101111010010101101010001010000011010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3EAF; }

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

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

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

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

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

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

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

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