#EB3FB0

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

Shades of Persian Rose #EB3FB0

Tints of Persian Rose #EB3FB0

Color information

#EB3FB0 (or 0xEB3FB0) is unknown color: approx Persian Rose. HEX triplet: EB, 3F and B0. RGB value is (235,63,176). Sum of RGB (Red+Green+Blue) = 235+63+176=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 63 (25% from 255 or 13.29% from 474); Blue value is 176 (69.14% from 255 or 37.13% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3FB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB3FB0 is #14C04F. Grayscale: #7F7F7F. Windows color (decimal): -1359952 or 11550699. OLE color: 11550699.

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

Color convert

RGB23563176-
CMYK00.730.250.08
HSL320.58º81.13%58.43%-
HSV(B)320.58º73.19%92.16%-
XYZ43.8724.3543.46-
YUV127.31155.48204.81-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.58%
GREEN value IS 63 (25% from 255) = 13.29%
BLUE value IS 176 (69.14% from 255) = 37.13%
R=49.58%
G=13.29%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2356317600.730.250.08320.5881.1358.43
HexEB3FB0049198141513a
Octal353772600111311050112172
Binary1110101111111110110000010010011100110001010000011010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3FB0; }

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

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

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

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

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

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

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

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