#EB2CE8

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

Shades of Razzle Dazzle Rose #EB2CE8

Tints of Razzle Dazzle Rose #EB2CE8

Color information

#EB2CE8 (or 0xEB2CE8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 2C and E8. RGB value is (235,44,232). Sum of RGB (Red+Green+Blue) = 235+44+232=511 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.99% from 511); Green value is 44 (17.58% from 255 or 8.61% from 511); Blue value is 232 (91.02% from 255 or 45.40% from 511); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2CE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB2CE8 is #14D317. Grayscale: #797979. Windows color (decimal): -1364760 or 15215851. OLE color: 15215851.

HSL color Cylindrical-coordinate representation of color #EB2CE8: hue angle of 300.94º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EB2CE8 is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB23544232-
CMYK00.810.010.08
HSL300.94º82.68%54.71%-
HSV(B)300.94º81.28%92.16%-
XYZ49.7325.2978.6-
YUV122.54189.78208.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.99%
GREEN value IS 44 (17.58% from 255) = 8.61%
BLUE value IS 232 (91.02% from 255) = 45.40%
R=45.99%
G=8.61%
B=45.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2354423200.810.010.08300.9482.6854.71
HexEB2CE80511812d5337
Octal35354350012111045512367
Binary111010111011001110100001010001110001001011011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2CE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2CE8; }

 p { color: rgb(235,44,232); }

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

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

 a { background-color: rgb(235,44,232); }

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

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

 span { border-color: rgb(235,44,232); }

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