#E926C4

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

Shades of Razzle Dazzle Rose #E926C4

Tints of Razzle Dazzle Rose #E926C4

Color information

#E926C4 (or 0xE926C4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E9, 26 and C4. RGB value is (233,38,196). Sum of RGB (Red+Green+Blue) = 233+38+196=467 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.89% from 467); Green value is 38 (15.23% from 255 or 8.14% from 467); Blue value is 196 (76.95% from 255 or 41.97% from 467); Max value from RGB is 233 - color contains mainly: red. Hex color #E926C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E926C4 is #16D93B. Grayscale: #717171. Windows color (decimal): -1497404 or 12855017. OLE color: 12855017.

HSL color Cylindrical-coordinate representation of color #E926C4: hue angle of 311.38º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E926C4 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB23338196-
CMYK00.840.160.09
HSL311.38º81.59%53.14%-
HSV(B)311.38º83.69%91.37%-
XYZ44.2622.754.27-
YUV114.32174.1212.65-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.89%
GREEN value IS 38 (15.23% from 255) = 8.14%
BLUE value IS 196 (76.95% from 255) = 41.97%
R=49.89%
G=8.14%
B=41.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2333819600.840.160.09311.3881.5953.14
HexE926C40541091375235
Octal351463040124201146712265
Binary1110100110011011000100010101001000010011001101111010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E926C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E926C4; }

 p { color: rgb(233,38,196); }

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

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

 a { background-color: rgb(233,38,196); }

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

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

 span { border-color: rgb(233,38,196); }

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