#E734C8

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

Shades of Razzle Dazzle Rose #E734C8

Tints of Razzle Dazzle Rose #E734C8

Color information

#E734C8 (or 0xE734C8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E7, 34 and C8. RGB value is (231,52,200). Sum of RGB (Red+Green+Blue) = 231+52+200=483 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.83% from 483); Green value is 52 (20.70% from 255 or 10.77% from 483); Blue value is 200 (78.52% from 255 or 41.41% from 483); Max value from RGB is 231 - color contains mainly: red. Hex color #E734C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E734C8 is #18CB37. Grayscale: #797979. Windows color (decimal): -1624888 or 13120743. OLE color: 13120743.

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

Color convert

RGB23152200-
CMYK00.770.130.09
HSL310.39º78.85%55.49%-
HSV(B)310.39º77.49%90.59%-
XYZ44.6123.6256.85-
YUV122.39171.8205.47-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.83%
GREEN value IS 52 (20.70% from 255) = 10.77%
BLUE value IS 200 (78.52% from 255) = 41.41%
R=47.83%
G=10.77%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2315220000.770.130.09310.3978.8555.49
HexE734C804DD91364f37
Octal347643100115151146611767
Binary111001111101001100100001001101110110011001101101001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E734C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E734C8; }

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

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

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

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

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

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

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

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