#EB28CE

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

Shades of Razzle Dazzle Rose #EB28CE

Tints of Razzle Dazzle Rose #EB28CE

Color information

#EB28CE (or 0xEB28CE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 28 and CE. RGB value is (235,40,206). Sum of RGB (Red+Green+Blue) = 235+40+206=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 40 (16.02% from 255 or 8.32% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EB28CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB28CE is #14D731. Grayscale: #747474. Windows color (decimal): -1365810 or 13510891. OLE color: 13510891.

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

Color convert

RGB23540206-
CMYK00.830.120.08
HSL308.92º82.98%53.92%-
HSV(B)308.92º82.98%92.16%-
XYZ46.1623.6460.52-
YUV117.23178.1212-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.86%
GREEN value IS 40 (16.02% from 255) = 8.32%
BLUE value IS 206 (80.86% from 255) = 42.83%
R=48.86%
G=8.32%
B=42.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2354020600.830.120.08308.9282.9853.92
HexEB28CE053C81355336
Octal353503160123141046512366
Binary111010111010001100111001010011110010001001101011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB28CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB28CE; }

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

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

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

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

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

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

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

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