#E734C7

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

Shades of Razzle Dazzle Rose #E734C7

Tints of Razzle Dazzle Rose #E734C7

Color information

#E734C7 (or 0xE734C7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E7, 34 and C7. RGB value is (231,52,199). Sum of RGB (Red+Green+Blue) = 231+52+199=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 52 (20.70% from 255 or 10.79% from 482); Blue value is 199 (78.12% from 255 or 41.29% from 482); Max value from RGB is 231 - color contains mainly: red. Hex color #E734C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E734C7 is #18CB38. Grayscale: #797979. Windows color (decimal): -1624889 or 13055207. OLE color: 13055207.

HSL color Cylindrical-coordinate representation of color #E734C7: hue angle of 310.73º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E734C7 is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB23152199-
CMYK00.770.140.09
HSL310.73º78.85%55.49%-
HSV(B)310.73º77.49%90.59%-
XYZ44.4923.5756.24-
YUV122.28171.3205.55-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.93%
GREEN value IS 52 (20.70% from 255) = 10.79%
BLUE value IS 199 (78.12% from 255) = 41.29%
R=47.93%
G=10.79%
B=41.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2315219900.770.140.09310.7378.8555.49
HexE734C704DE91374f37
Octal347643070115161146711767
Binary111001111101001100011101001101111010011001101111001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E734C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E734C7; }

 p { color: rgb(231,52,199); }

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

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

 a { background-color: rgb(231,52,199); }

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

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

 span { border-color: rgb(231,52,199); }

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