#EB1EE2

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

Shades of Razzle Dazzle Rose #EB1EE2

Tints of Razzle Dazzle Rose #EB1EE2

Color information

#EB1EE2 (or 0xEB1EE2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 1E and E2. RGB value is (235,30,226). Sum of RGB (Red+Green+Blue) = 235+30+226=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 30 (12.11% from 255 or 6.11% from 491); Blue value is 226 (88.67% from 255 or 46.03% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1EE2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB1EE2 is #14E11D. Grayscale: #717171. Windows color (decimal): -1368350 or 14819051. OLE color: 14819051.

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

Color convert

RGB23530226-
CMYK00.870.040.08
HSL302.63º83.67%51.96%-
HSV(B)302.63º87.23%92.16%-
XYZ48.4524.0874.05-
YUV113.64191.42214.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.86%
GREEN value IS 30 (12.11% from 255) = 6.11%
BLUE value IS 226 (88.67% from 255) = 46.03%
R=47.86%
G=6.11%
B=46.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2353022600.870.040.08302.6383.6751.96
HexEB1EE20574812f5434
Octal35336342012741045712464
Binary1110101111110111000100101011110010001001011111010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB1EE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB1EE2; }

 p { color: rgb(235,30,226); }

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

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

 a { background-color: rgb(235,30,226); }

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

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

 span { border-color: rgb(235,30,226); }

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