#E63DB9

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

Shades of Razzle Dazzle Rose #E63DB9

Tints of Razzle Dazzle Rose #E63DB9

Color information

#E63DB9 (or 0xE63DB9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E6, 3D and B9. RGB value is (230,61,185). Sum of RGB (Red+Green+Blue) = 230+61+185=476 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.32% from 476); Green value is 61 (24.22% from 255 or 12.82% from 476); Blue value is 185 (72.66% from 255 or 38.87% from 476); Max value from RGB is 230 - color contains mainly: red. Hex color #E63DB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E63DB9 is #19C246. Grayscale: #7D7D7D. Windows color (decimal): -1688135 or 12140006. OLE color: 12140006.

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

Color convert

RGB23061185-
CMYK00.730.200.10
HSL315.98º77.17%57.06%-
HSV(B)315.98º73.48%90.2%-
XYZ43.0623.6648.2-
YUV125.67161.49202.42-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.32%
GREEN value IS 61 (24.22% from 255) = 12.82%
BLUE value IS 185 (72.66% from 255) = 38.87%
R=48.32%
G=12.82%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.20
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2306118500.730.200.10315.9877.1757.06
HexE63DB904914A13c4d39
Octal346752710111241247411571
Binary1110011011110110111001010010011010010101001111001001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E63DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E63DB9; }

 p { color: rgb(230,61,185); }

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

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

 a { background-color: rgb(230,61,185); }

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

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

 span { border-color: rgb(230,61,185); }

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