#E130D1

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

Shades of Razzle Dazzle Rose #E130D1

Tints of Razzle Dazzle Rose #E130D1

Color information

#E130D1 (or 0xE130D1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E1, 30 and D1. RGB value is (225,48,209). Sum of RGB (Red+Green+Blue) = 225+48+209=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 48 (19.14% from 255 or 9.96% from 482); Blue value is 209 (82.03% from 255 or 43.36% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E130D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E130D1 is #1ECF2E. Grayscale: #767676. Windows color (decimal): -2019119 or 13709537. OLE color: 13709537.

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

Color convert

RGB22548209-
CMYK00.790.070.12
HSL305.42º74.68%53.53%-
HSV(B)305.42º78.67%88.24%-
XYZ43.6222.7262.41-
YUV119.28178.64203.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.68%
GREEN value IS 48 (19.14% from 255) = 9.96%
BLUE value IS 209 (82.03% from 255) = 43.36%
R=46.68%
G=9.96%
B=43.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254820900.790.070.12305.4274.6853.53
HexE130D104F7C1314b36
Octal34160321011771446111366
Binary11100001110000110100010100111111111001001100011001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E130D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E130D1; }

 p { color: rgb(225,48,209); }

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

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

 a { background-color: rgb(225,48,209); }

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

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

 span { border-color: rgb(225,48,209); }

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