#E341C0

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

Shades of Razzle Dazzle Rose #E341C0

Tints of Razzle Dazzle Rose #E341C0

Color information

#E341C0 (or 0xE341C0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E3, 41 and C0. RGB value is (227,65,192). Sum of RGB (Red+Green+Blue) = 227+65+192=484 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.90% from 484); Green value is 65 (25.78% from 255 or 13.43% from 484); Blue value is 192 (75.39% from 255 or 39.67% from 484); Max value from RGB is 227 - color contains mainly: red. Hex color #E341C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E341C0 is #1CBE3F. Grayscale: #7F7F7F. Windows color (decimal): -1883712 or 12599779. OLE color: 12599779.

HSL color Cylindrical-coordinate representation of color #E341C0: hue angle of 312.96º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E341C0 is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB22765192-
CMYK00.710.150.11
HSL312.96º74.31%57.25%-
HSV(B)312.96º71.37%89.02%-
XYZ43.0823.9252.21-
YUV127.92164.17198.67-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 46.90%
GREEN value IS 65 (25.78% from 255) = 13.43%
BLUE value IS 192 (75.39% from 255) = 39.67%
R=46.90%
G=13.43%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2276519200.710.150.11312.9674.3157.25
HexE341C0047FB1394a39
Octal3431013000107171347111271
Binary1110001110000011100000001000111111110111001110011001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E341C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E341C0; }

 p { color: rgb(227,65,192); }

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

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

 a { background-color: rgb(227,65,192); }

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

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

 span { border-color: rgb(227,65,192); }

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