#E630EC

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

Shades of Razzle Dazzle Rose #E630EC

Tints of Razzle Dazzle Rose #E630EC

Color information

#E630EC (or 0xE630EC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E6, 30 and EC. RGB value is (230,48,236). Sum of RGB (Red+Green+Blue) = 230+48+236=514 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.75% from 514); Green value is 48 (19.14% from 255 or 9.34% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #E630EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E630EC is #19CF13. Grayscale: #7B7B7B. Windows color (decimal): -1691412 or 15479014. OLE color: 15479014.

HSL color Cylindrical-coordinate representation of color #E630EC: hue angle of 298.09º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E630EC is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB23048236-
CMYK0.030.8000.07
HSL298.09º83.19%55.69%-
HSV(B)298.09º79.66%92.55%-
XYZ48.8324.9981.61-
YUV123.85191.3203.71-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.75%
GREEN value IS 48 (19.14% from 255) = 9.34%
BLUE value IS 236 (92.58% from 255) = 45.91%
R=44.75%
G=9.34%
B=45.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal230482360.030.8000.07298.0983.1955.69
HexE630EC3500712a5338
Octal3466035431200745212370
Binary111001101100001110110011101000001111001010101010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E630EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E630EC; }

 p { color: rgb(230,48,236); }

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

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

 a { background-color: rgb(230,48,236); }

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

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

 span { border-color: rgb(230,48,236); }

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