#E632D4

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

Shades of Razzle Dazzle Rose #E632D4

Tints of Razzle Dazzle Rose #E632D4

Color information

#E632D4 (or 0xE632D4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E6, 32 and D4. RGB value is (230,50,212). Sum of RGB (Red+Green+Blue) = 230+50+212=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 50 (19.92% from 255 or 10.16% from 492); Blue value is 212 (83.20% from 255 or 43.09% from 492); Max value from RGB is 230 - color contains mainly: red. Hex color #E632D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E632D4 is #19CD2B. Grayscale: #797979. Windows color (decimal): -1690924 or 13906662. OLE color: 13906662.

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

Color convert

RGB23050212-
CMYK00.780.080.10
HSL306º78.26%54.9%-
HSV(B)306º78.26%90.2%-
XYZ45.6623.8664.49-
YUV122.29178.63204.83-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.75%
GREEN value IS 50 (19.92% from 255) = 10.16%
BLUE value IS 212 (83.20% from 255) = 43.09%
R=46.75%
G=10.16%
B=43.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.08
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2305021200.780.080.1030678.2654.9
HexE632D404E8A1324e37
Octal346623240116101246211667
Binary111001101100101101010001001110100010101001100101001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E632D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E632D4; }

 p { color: rgb(230,50,212); }

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

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

 a { background-color: rgb(230,50,212); }

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

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

 span { border-color: rgb(230,50,212); }

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