#E629CC

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

Shades of Razzle Dazzle Rose #E629CC

Tints of Razzle Dazzle Rose #E629CC

Color information

#E629CC (or 0xE629CC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E6, 29 and CC. RGB value is (230,41,204). Sum of RGB (Red+Green+Blue) = 230+41+204=475 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.42% from 475); Green value is 41 (16.41% from 255 or 8.63% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 230 - color contains mainly: red. Hex color #E629CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E629CC is #19D633. Grayscale: #737373. Windows color (decimal): -1693236 or 13380070. OLE color: 13380070.

HSL color Cylindrical-coordinate representation of color #E629CC: hue angle of 308.25º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E629CC is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB23041204-
CMYK00.820.110.10
HSL308.25º79.08%53.14%-
HSV(B)308.25º82.17%90.2%-
XYZ44.3322.7759.19-
YUV116.09177.62209.25-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.42%
GREEN value IS 41 (16.41% from 255) = 8.63%
BLUE value IS 204 (80.08% from 255) = 42.95%
R=48.42%
G=8.63%
B=42.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2304120400.820.110.10308.2579.0853.14
HexE629CC052BA1344f35
Octal346513140122131246411765
Binary111001101010011100110001010010101110101001101001001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E629CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E629CC; }

 p { color: rgb(230,41,204); }

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

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

 a { background-color: rgb(230,41,204); }

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

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

 span { border-color: rgb(230,41,204); }

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