#E640C6

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

Shades of Razzle Dazzle Rose #E640C6

Tints of Razzle Dazzle Rose #E640C6

Color information

#E640C6 (or 0xE640C6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E6, 40 and C6. RGB value is (230,64,198). Sum of RGB (Red+Green+Blue) = 230+64+198=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 64 (25.39% from 255 or 13.01% from 492); Blue value is 198 (77.73% from 255 or 40.24% from 492); Max value from RGB is 230 - color contains mainly: red. Hex color #E640C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E640C6 is #19BF39. Grayscale: #808080. Windows color (decimal): -1687354 or 12992742. OLE color: 12992742.

HSL color Cylindrical-coordinate representation of color #E640C6: hue angle of 311.57º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E640C6 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB23064198-
CMYK00.720.140.10
HSL311.57º76.85%57.65%-
HSV(B)311.57º72.17%90.2%-
XYZ44.6624.5755.81-
YUV128.91167200.1-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.75%
GREEN value IS 64 (25.39% from 255) = 13.01%
BLUE value IS 198 (77.73% from 255) = 40.24%
R=46.75%
G=13.01%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2306419800.720.140.10311.5776.8557.65
HexE640C6048EA1384d3a
Octal3461003060110161247011572
Binary1110011010000001100011001001000111010101001110001001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E640C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E640C6; }

 p { color: rgb(230,64,198); }

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

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

 a { background-color: rgb(230,64,198); }

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

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

 span { border-color: rgb(230,64,198); }

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