#EB2FB2

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

Shades of Persian Rose #EB2FB2

Tints of Persian Rose #EB2FB2

Color information

#EB2FB2 (or 0xEB2FB2) is unknown color: approx Persian Rose. HEX triplet: EB, 2F and B2. RGB value is (235,47,178). Sum of RGB (Red+Green+Blue) = 235+47+178=460 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.09% from 460); Green value is 47 (18.75% from 255 or 10.22% from 460); Blue value is 178 (69.92% from 255 or 38.70% from 460); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2FB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2FB2 is #14D04D. Grayscale: #757575. Windows color (decimal): -1364046 or 11677675. OLE color: 11677675.

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

Color convert

RGB23547178-
CMYK00.80.240.08
HSL318.19º82.46%55.29%-
HSV(B)318.19º80%92.16%-
XYZ43.3122.9144.26-
YUV118.15161.78211.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.09%
GREEN value IS 47 (18.75% from 255) = 10.22%
BLUE value IS 178 (69.92% from 255) = 38.70%
R=51.09%
G=10.22%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2354717800.80.240.08318.1982.4655.29
HexEB2FB205018813e5237
Octal353572620120301047612267
Binary1110101110111110110010010100001100010001001111101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2FB2; }

 p { color: rgb(235,47,178); }

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

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

 a { background-color: rgb(235,47,178); }

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

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

 span { border-color: rgb(235,47,178); }

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