#E740CB

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

Shades of Razzle Dazzle Rose #E740CB

Tints of Razzle Dazzle Rose #E740CB

Color information

#E740CB (or 0xE740CB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E7, 40 and CB. RGB value is (231,64,203). Sum of RGB (Red+Green+Blue) = 231+64+203=498 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.39% from 498); Green value is 64 (25.39% from 255 or 12.85% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 231 - color contains mainly: red. Hex color #E740CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E740CB is #18BF34. Grayscale: #818181. Windows color (decimal): -1621813 or 13320423. OLE color: 13320423.

HSL color Cylindrical-coordinate representation of color #E740CB: hue angle of 310.06º 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 #E740CB is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB23164203-
CMYK00.720.120.09
HSL310.06º77.67%57.84%-
HSV(B)310.06º72.29%90.59%-
XYZ45.5724.9758.92-
YUV129.78169.33200.2-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.39%
GREEN value IS 64 (25.39% from 255) = 12.85%
BLUE value IS 203 (79.69% from 255) = 40.76%
R=46.39%
G=12.85%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2316420300.720.120.09310.0677.6757.84
HexE740CB048C91364e3a
Octal3471003130110141146611672
Binary1110011110000001100101101001000110010011001101101001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E740CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E740CB; }

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

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

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

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

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

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

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

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