#EB26D2

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

Shades of Razzle Dazzle Rose #EB26D2

Tints of Razzle Dazzle Rose #EB26D2

Color information

#EB26D2 (or 0xEB26D2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 26 and D2. RGB value is (235,38,210). Sum of RGB (Red+Green+Blue) = 235+38+210=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 38 (15.23% from 255 or 7.87% from 483); Blue value is 210 (82.42% from 255 or 43.48% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EB26D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB26D2 is #14D92D. Grayscale: #747474. Windows color (decimal): -1366318 or 13772523. OLE color: 13772523.

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

Color convert

RGB23538210-
CMYK00.840.110.08
HSL307.61º83.12%53.53%-
HSV(B)307.61º83.83%92.16%-
XYZ46.5923.763.09-
YUV116.51180.77212.51-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.65%
GREEN value IS 38 (15.23% from 255) = 7.87%
BLUE value IS 210 (82.42% from 255) = 43.48%
R=48.65%
G=7.87%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2353821000.840.110.08307.6183.1253.53
HexEB26D2054B81345336
Octal353463220124131046412366
Binary111010111001101101001001010100101110001001101001010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB26D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB26D2; }

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

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

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

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

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

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

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

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