#E030CD

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

Shades of Razzle Dazzle Rose #E030CD

Tints of Razzle Dazzle Rose #E030CD

Color information

#E030CD (or 0xE030CD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E0, 30 and CD. RGB value is (224,48,205). Sum of RGB (Red+Green+Blue) = 224+48+205=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 48 (19.14% from 255 or 10.06% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E030CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E030CD is #1FCF32. Grayscale: #767676. Windows color (decimal): -2084659 or 13447392. OLE color: 13447392.

HSL color Cylindrical-coordinate representation of color #E030CD: hue angle of 306.48º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E030CD is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB22448205-
CMYK00.790.080.12
HSL306.48º73.95%53.33%-
HSV(B)306.48º78.57%87.84%-
XYZ42.8222.3759.82-
YUV118.52176.81203.23-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.96%
GREEN value IS 48 (19.14% from 255) = 10.06%
BLUE value IS 205 (80.47% from 255) = 42.98%
R=46.96%
G=10.06%
B=42.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2244820500.790.080.12306.4873.9553.33
HexE030CD04F8C1324a35
Octal340603150117101446211265
Binary111000001100001100110101001111100011001001100101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E030CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E030CD; }

 p { color: rgb(224,48,205); }

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

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

 a { background-color: rgb(224,48,205); }

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

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

 span { border-color: rgb(224,48,205); }

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