#E530C2

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

Shades of Razzle Dazzle Rose #E530C2

Tints of Razzle Dazzle Rose #E530C2

Color information

#E530C2 (or 0xE530C2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E5, 30 and C2. RGB value is (229,48,194). Sum of RGB (Red+Green+Blue) = 229+48+194=471 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.62% from 471); Green value is 48 (19.14% from 255 or 10.19% from 471); Blue value is 194 (76.17% from 255 or 41.19% from 471); Max value from RGB is 229 - color contains mainly: red. Hex color #E530C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E530C2 is #1ACF3D. Grayscale: #767676. Windows color (decimal): -1756990 or 12726501. OLE color: 12726501.

HSL color Cylindrical-coordinate representation of color #E530C2: hue angle of 311.6º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E530C2 is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB22948194-
CMYK00.790.150.10
HSL311.6º77.68%54.31%-
HSV(B)311.6º79.04%89.8%-
XYZ43.1122.6753.14-
YUV118.76170.47206.63-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.62%
GREEN value IS 48 (19.14% from 255) = 10.19%
BLUE value IS 194 (76.17% from 255) = 41.19%
R=48.62%
G=10.19%
B=41.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.15
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2294819400.790.150.10311.677.6854.31
HexE530C204FFA1384e36
Octal345603020117171247011666
Binary111001011100001100001001001111111110101001110001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E530C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E530C2; }

 p { color: rgb(229,48,194); }

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

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

 a { background-color: rgb(229,48,194); }

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

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

 span { border-color: rgb(229,48,194); }

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