#EB1EE1

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

Shades of Razzle Dazzle Rose #EB1EE1

Tints of Razzle Dazzle Rose #EB1EE1

Color information

#EB1EE1 (or 0xEB1EE1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 1E and E1. RGB value is (235,30,225). Sum of RGB (Red+Green+Blue) = 235+30+225=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 30 (12.11% from 255 or 6.12% from 490); Blue value is 225 (88.28% from 255 or 45.92% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1EE1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB1EE1 is #14E11E. Grayscale: #707070. Windows color (decimal): -1368351 or 14753515. OLE color: 14753515.

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

Color convert

RGB23530225-
CMYK00.870.040.08
HSL302.93º83.67%51.96%-
HSV(B)302.93º87.23%92.16%-
XYZ48.3224.0373.33-
YUV113.52190.92214.64-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.96%
GREEN value IS 30 (12.11% from 255) = 6.12%
BLUE value IS 225 (88.28% from 255) = 45.92%
R=47.96%
G=6.12%
B=45.92%

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
Decimal2353022500.870.040.08302.9383.6751.96
HexEB1EE10574812f5434
Octal35336341012741045712464
Binary1110101111110111000010101011110010001001011111010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB1EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB1EE1; }

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

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

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

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

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

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

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

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