#E534C1

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

Shades of Razzle Dazzle Rose #E534C1

Tints of Razzle Dazzle Rose #E534C1

Color information

#E534C1 (or 0xE534C1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E5, 34 and C1. RGB value is (229,52,193). Sum of RGB (Red+Green+Blue) = 229+52+193=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 52 (20.70% from 255 or 10.97% from 474); Blue value is 193 (75.78% from 255 or 40.72% from 474); Max value from RGB is 229 - color contains mainly: red. Hex color #E534C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E534C1 is #1ACB3E. Grayscale: #787878. Windows color (decimal): -1755967 or 12661989. OLE color: 12661989.

HSL color Cylindrical-coordinate representation of color #E534C1: hue angle of 312.2º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E534C1 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB22952193-
CMYK00.770.160.10
HSL312.2º77.29%55.1%-
HSV(B)312.2º77.29%89.8%-
XYZ43.1722.9652.61-
YUV121168.64205.04-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.31%
GREEN value IS 52 (20.70% from 255) = 10.97%
BLUE value IS 193 (75.78% from 255) = 40.72%
R=48.31%
G=10.97%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.16
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2295219300.770.160.10312.277.2955.1
HexE534C104D10A1384d37
Octal345643010115201247011567
Binary1110010111010011000001010011011000010101001110001001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E534C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E534C1; }

 p { color: rgb(229,52,193); }

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

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

 a { background-color: rgb(229,52,193); }

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

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

 span { border-color: rgb(229,52,193); }

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