#E133D5

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

Shades of Razzle Dazzle Rose #E133D5

Tints of Razzle Dazzle Rose #E133D5

Color information

#E133D5 (or 0xE133D5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E1, 33 and D5. RGB value is (225,51,213). Sum of RGB (Red+Green+Blue) = 225+51+213=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 51 (20.31% from 255 or 10.43% from 489); Blue value is 213 (83.59% from 255 or 43.56% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E133D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E133D5 is #1ECC2A. Grayscale: #797979. Windows color (decimal): -2018347 or 13972449. OLE color: 13972449.

HSL color Cylindrical-coordinate representation of color #E133D5: hue angle of 304.14º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E133D5 is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB22551213-
CMYK00.770.050.12
HSL304.14º74.36%54.12%-
HSV(B)304.14º77.33%88.24%-
XYZ44.2523.1865.09-
YUV121.49179.65201.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.01%
GREEN value IS 51 (20.31% from 255) = 10.43%
BLUE value IS 213 (83.59% from 255) = 43.56%
R=46.01%
G=10.43%
B=43.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255121300.770.050.12304.1474.3654.12
HexE133D504D5C1304a36
Octal34163325011551446011266
Binary11100001110011110101010100110110111001001100001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E133D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E133D5; }

 p { color: rgb(225,51,213); }

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

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

 a { background-color: rgb(225,51,213); }

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

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

 span { border-color: rgb(225,51,213); }

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