#E631DE

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

Shades of Razzle Dazzle Rose #E631DE

Tints of Razzle Dazzle Rose #E631DE

Color information

#E631DE (or 0xE631DE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E6, 31 and DE. RGB value is (230,49,222). Sum of RGB (Red+Green+Blue) = 230+49+222=501 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.91% from 501); Green value is 49 (19.53% from 255 or 9.78% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 230 - color contains mainly: red. Hex color #E631DE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E631DE is #19CE21. Grayscale: #7A7A7A. Windows color (decimal): -1691170 or 14561766. OLE color: 14561766.

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

Color convert

RGB23049222-
CMYK00.790.030.10
HSL302.65º78.35%54.71%-
HSV(B)302.65º78.7%90.2%-
XYZ46.9224.2971.32-
YUV122.84183.97204.43-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.91%
GREEN value IS 49 (19.53% from 255) = 9.78%
BLUE value IS 222 (87.11% from 255) = 44.31%
R=45.91%
G=9.78%
B=44.31%

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
Decimal2304922200.790.030.10302.6578.3554.71
HexE631DE04F3A12f4e37
Octal34661336011731245711667
Binary1110011011000111011110010011111110101001011111001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E631DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E631DE; }

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

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

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

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

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

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

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

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