#EB26DF

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

Shades of Razzle Dazzle Rose #EB26DF

Tints of Razzle Dazzle Rose #EB26DF

Color information

#EB26DF (or 0xEB26DF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 26 and DF. RGB value is (235,38,223). Sum of RGB (Red+Green+Blue) = 235+38+223=496 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.38% from 496); Green value is 38 (15.23% from 255 or 7.66% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 235 - color contains mainly: red. Hex color #EB26DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB26DF is #14D920. Grayscale: #757575. Windows color (decimal): -1366305 or 14624491. OLE color: 14624491.

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

Color convert

RGB23538223-
CMYK00.840.050.08
HSL303.65º83.12%53.53%-
HSV(B)303.65º83.83%92.16%-
XYZ48.2724.3871.97-
YUV117.99187.27211.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.38%
GREEN value IS 38 (15.23% from 255) = 7.66%
BLUE value IS 223 (87.5% from 255) = 44.96%
R=47.38%
G=7.66%
B=44.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2353822300.840.050.08303.6583.1253.53
HexEB26DF054581305336
Octal35346337012451046012366
Binary11101011100110110111110101010010110001001100001010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB26DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB26DF; }

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

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

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

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

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

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

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

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