#E631DF

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

Shades of Razzle Dazzle Rose #E631DF

Tints of Razzle Dazzle Rose #E631DF

Color information

#E631DF (or 0xE631DF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E6, 31 and DF. RGB value is (230,49,223). Sum of RGB (Red+Green+Blue) = 230+49+223=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 49 (19.53% from 255 or 9.76% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 230 - color contains mainly: red. Hex color #E631DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E631DF is #19CE20. Grayscale: #7A7A7A. Windows color (decimal): -1691169 or 14627302. OLE color: 14627302.

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

Color convert

RGB23049223-
CMYK00.790.030.10
HSL302.32º78.35%54.71%-
HSV(B)302.32º78.7%90.2%-
XYZ47.0524.3572.03-
YUV122.95184.47204.35-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.82%
GREEN value IS 49 (19.53% from 255) = 9.76%
BLUE value IS 223 (87.5% from 255) = 44.42%
R=45.82%
G=9.76%
B=44.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2304922300.790.030.10302.3278.3554.71
HexE631DF04F3A12e4e37
Octal34661337011731245611667
Binary1110011011000111011111010011111110101001011101001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E631DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E631DF; }

 p { color: rgb(230,49,223); }

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

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

 a { background-color: rgb(230,49,223); }

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

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

 span { border-color: rgb(230,49,223); }

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