#E340B2

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

Shades of Razzle Dazzle Rose #E340B2

Tints of Razzle Dazzle Rose #E340B2

Color information

#E340B2 (or 0xE340B2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E3, 40 and B2. RGB value is (227,64,178). Sum of RGB (Red+Green+Blue) = 227+64+178=469 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.40% from 469); Green value is 64 (25.39% from 255 or 13.65% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 227 - color contains mainly: red. Hex color #E340B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E340B2 is #1CBF4D. Grayscale: #7D7D7D. Windows color (decimal): -1883982 or 11682019. OLE color: 11682019.

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

Color convert

RGB22764178-
CMYK00.720.220.11
HSL318.04º74.43%57.06%-
HSV(B)318.04º71.81%89.02%-
XYZ41.5523.2144.41-
YUV125.73157.5200.23-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 48.40%
GREEN value IS 64 (25.39% from 255) = 13.65%
BLUE value IS 178 (69.92% from 255) = 37.95%
R=48.40%
G=13.65%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2276417800.720.220.11318.0474.4357.06
HexE340B204816B13e4a39
Octal3431002620110261347611271
Binary11100011100000010110010010010001011010111001111101001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E340B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E340B2; }

 p { color: rgb(227,64,178); }

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

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

 a { background-color: rgb(227,64,178); }

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

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

 span { border-color: rgb(227,64,178); }

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