#E140C3

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

Shades of Razzle Dazzle Rose #E140C3

Tints of Razzle Dazzle Rose #E140C3

Color information

#E140C3 (or 0xE140C3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E1, 40 and C3. RGB value is (225,64,195). Sum of RGB (Red+Green+Blue) = 225+64+195=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 64 (25.39% from 255 or 13.22% from 484); Blue value is 195 (76.56% from 255 or 40.29% from 484); Max value from RGB is 225 - color contains mainly: red. Hex color #E140C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E140C3 is #1EBF3C. Grayscale: #7E7E7E. Windows color (decimal): -2015037 or 12796129. OLE color: 12796129.

HSL color Cylindrical-coordinate representation of color #E140C3: hue angle of 311.18º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E140C3 is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB22564195-
CMYK00.720.130.12
HSL311.18º72.85%56.67%-
HSV(B)311.18º71.56%88.24%-
XYZ42.7423.6153.94-
YUV127.07166.34197.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.49%
GREEN value IS 64 (25.39% from 255) = 13.22%
BLUE value IS 195 (76.56% from 255) = 40.29%
R=46.49%
G=13.22%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256419500.720.130.12311.1872.8556.67
HexE140C3048DC1374939
Octal3411003030110151446711171
Binary1110000110000001100001101001000110111001001101111001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E140C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E140C3; }

 p { color: rgb(225,64,195); }

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

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

 a { background-color: rgb(225,64,195); }

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

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

 span { border-color: rgb(225,64,195); }

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