#E434CE

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

Shades of Razzle Dazzle Rose #E434CE

Tints of Razzle Dazzle Rose #E434CE

Color information

#E434CE (or 0xE434CE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E4, 34 and CE. RGB value is (228,52,206). Sum of RGB (Red+Green+Blue) = 228+52+206=486 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.91% from 486); Green value is 52 (20.70% from 255 or 10.70% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 228 - color contains mainly: red. Hex color #E434CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E434CE is #1BCB31. Grayscale: #797979. Windows color (decimal): -1821490 or 13513956. OLE color: 13513956.

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

Color convert

RGB22852206-
CMYK00.770.100.11
HSL307.5º76.52%54.9%-
HSV(B)307.5º77.19%89.41%-
XYZ44.3623.4160.57-
YUV122.18175.31203.48-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 46.91%
GREEN value IS 52 (20.70% from 255) = 10.70%
BLUE value IS 206 (80.86% from 255) = 42.39%
R=46.91%
G=10.70%
B=42.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2285220600.770.100.11307.576.5254.9
HexE434CE04DAB1344d37
Octal344643160115121346411567
Binary111001001101001100111001001101101010111001101001001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E434CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E434CE; }

 p { color: rgb(228,52,206); }

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

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

 a { background-color: rgb(228,52,206); }

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

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

 span { border-color: rgb(228,52,206); }

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