#EB2693

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

Shades of Persian Rose #EB2693

Tints of Persian Rose #EB2693

Color information

#EB2693 (or 0xEB2693) is unknown color: approx Persian Rose. HEX triplet: EB, 26 and 93. RGB value is (235,38,147). Sum of RGB (Red+Green+Blue) = 235+38+147=420 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.95% from 420); Green value is 38 (15.23% from 255 or 9.05% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2693 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2693 is #14D96C. Grayscale: #6D6D6D. Windows color (decimal): -1366381 or 9643755. OLE color: 9643755.

HSL color Cylindrical-coordinate representation of color #EB2693: hue angle of 326.8º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EB2693 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB23538147-
CMYK00.840.370.08
HSL326.8º83.12%53.53%-
HSV(B)326.8º83.83%92.16%-
XYZ40.2221.1529.57-
YUV109.33149.27217.64-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 55.95%
GREEN value IS 38 (15.23% from 255) = 9.05%
BLUE value IS 147 (57.81% from 255) = 35%
R=55.95%
G=9.05%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2353814700.840.370.08326.883.1253.53
HexEB26930542581475336
Octal353462230124451050712366
Binary11101011100110100100110101010010010110001010001111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2693; }

 p { color: rgb(235,38,147); }

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

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

 a { background-color: rgb(235,38,147); }

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

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

 span { border-color: rgb(235,38,147); }

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