#EB28A6

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

Shades of Persian Rose #EB28A6

Tints of Persian Rose #EB28A6

Color information

#EB28A6 (or 0xEB28A6) is unknown color: approx Persian Rose. HEX triplet: EB, 28 and A6. RGB value is (235,40,166). Sum of RGB (Red+Green+Blue) = 235+40+166=441 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.29% from 441); Green value is 40 (16.02% from 255 or 9.07% from 441); Blue value is 166 (65.23% from 255 or 37.64% from 441); Max value from RGB is 235 - color contains mainly: red. Hex color #EB28A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB28A6 is #14D759. Grayscale: #707070. Windows color (decimal): -1365850 or 10889451. OLE color: 10889451.

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

Color convert

RGB23540166-
CMYK00.830.290.08
HSL321.23º82.98%53.92%-
HSV(B)321.23º82.98%92.16%-
XYZ41.921.9338.1-
YUV112.67158.1215.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 53.29%
GREEN value IS 40 (16.02% from 255) = 9.07%
BLUE value IS 166 (65.23% from 255) = 37.64%
R=53.29%
G=9.07%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2354016600.830.290.08321.2382.9853.92
HexEB28A60531D81415336
Octal353502460123351050112366
Binary1110101110100010100110010100111110110001010000011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB28A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB28A6; }

 p { color: rgb(235,40,166); }

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

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

 a { background-color: rgb(235,40,166); }

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

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

 span { border-color: rgb(235,40,166); }

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