#E740CA

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

Shades of Razzle Dazzle Rose #E740CA

Tints of Razzle Dazzle Rose #E740CA

Color information

#E740CA (or 0xE740CA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E7, 40 and CA. RGB value is (231,64,202). Sum of RGB (Red+Green+Blue) = 231+64+202=497 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.48% from 497); Green value is 64 (25.39% from 255 or 12.88% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 231 - color contains mainly: red. Hex color #E740CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E740CA is #18BF35. Grayscale: #818181. Windows color (decimal): -1621814 or 13254887. OLE color: 13254887.

HSL color Cylindrical-coordinate representation of color #E740CA: hue angle of 310.42º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E740CA is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB23164202-
CMYK00.720.130.09
HSL310.42º77.67%57.84%-
HSV(B)310.42º72.29%90.59%-
XYZ45.4524.9258.29-
YUV129.66168.83200.28-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.48%
GREEN value IS 64 (25.39% from 255) = 12.88%
BLUE value IS 202 (79.30% from 255) = 40.64%
R=46.48%
G=12.88%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2316420200.720.130.09310.4277.6757.84
HexE740CA048D91364e3a
Octal3471003120110151146611672
Binary1110011110000001100101001001000110110011001101101001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E740CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E740CA; }

 p { color: rgb(231,64,202); }

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

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

 a { background-color: rgb(231,64,202); }

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

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

 span { border-color: rgb(231,64,202); }

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