#E61FD8

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

Shades of Razzle Dazzle Rose #E61FD8

Tints of Razzle Dazzle Rose #E61FD8

Color information

#E61FD8 (or 0xE61FD8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E6, 1F and D8. RGB value is (230,31,216). Sum of RGB (Red+Green+Blue) = 230+31+216=477 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.22% from 477); Green value is 31 (12.5% from 255 or 6.50% from 477); Blue value is 216 (84.77% from 255 or 45.28% from 477); Max value from RGB is 230 - color contains mainly: red. Hex color #E61FD8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61FD8 is #19E027. Grayscale: #6F6F6F. Windows color (decimal): -1695784 or 14163942. OLE color: 14163942.

HSL color Cylindrical-coordinate representation of color #E61FD8: hue angle of 304.22º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E61FD8 is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB23031216-
CMYK00.870.060.10
HSL304.22º79.92%51.18%-
HSV(B)304.22º86.52%90.2%-
XYZ45.5222.7666.96-
YUV111.59186.93212.46-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.22%
GREEN value IS 31 (12.5% from 255) = 6.50%
BLUE value IS 216 (84.77% from 255) = 45.28%
R=48.22%
G=6.50%
B=45.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2303121600.870.060.10304.2279.9251.18
HexE61FD80576A1305033
Octal34637330012761246012063
Binary1110011011111110110000101011111010101001100001010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E61FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E61FD8; }

 p { color: rgb(230,31,216); }

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

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

 a { background-color: rgb(230,31,216); }

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

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

 span { border-color: rgb(230,31,216); }

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