#E631E1

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

Shades of Razzle Dazzle Rose #E631E1

Tints of Razzle Dazzle Rose #E631E1

Color information

#E631E1 (or 0xE631E1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E6, 31 and E1. RGB value is (230,49,225). Sum of RGB (Red+Green+Blue) = 230+49+225=504 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.63% from 504); Green value is 49 (19.53% from 255 or 9.72% from 504); Blue value is 225 (88.28% from 255 or 44.64% from 504); Max value from RGB is 230 - color contains mainly: red. Hex color #E631E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E631E1 is #19CE1E. Grayscale: #7A7A7A. Windows color (decimal): -1691167 or 14758374. OLE color: 14758374.

HSL color Cylindrical-coordinate representation of color #E631E1: hue angle of 301.66º 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 #E631E1 is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB23049225-
CMYK00.790.020.10
HSL301.66º78.35%54.71%-
HSV(B)301.66º78.7%90.2%-
XYZ47.3224.4673.46-
YUV123.18185.47204.19-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.63%
GREEN value IS 49 (19.53% from 255) = 9.72%
BLUE value IS 225 (88.28% from 255) = 44.64%
R=45.63%
G=9.72%
B=44.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2304922500.790.020.10301.6678.3554.71
HexE631E104F2A12e4e37
Octal34661341011721245611667
Binary1110011011000111100001010011111010101001011101001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E631E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E631E1; }

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

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

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

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

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

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

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

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