#EB3EC0

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

Shades of Razzle Dazzle Rose #EB3EC0

Tints of Razzle Dazzle Rose #EB3EC0

Color information

#EB3EC0 (or 0xEB3EC0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 3E and C0. RGB value is (235,62,192). Sum of RGB (Red+Green+Blue) = 235+62+192=489 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.06% from 489); Green value is 62 (24.61% from 255 or 12.68% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3EC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB3EC0 is #14C13F. Grayscale: #808080. Windows color (decimal): -1360192 or 12599019. OLE color: 12599019.

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

Color convert

RGB23562192-
CMYK00.740.180.08
HSL314.91º81.22%58.24%-
HSV(B)314.91º73.62%92.16%-
XYZ45.524.9152.28-
YUV128.55163.81203.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.06%
GREEN value IS 62 (24.61% from 255) = 12.68%
BLUE value IS 192 (75.39% from 255) = 39.26%
R=48.06%
G=12.68%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2356219200.740.180.08314.9181.2258.24
HexEB3EC004A12813b513a
Octal353763000112221047312172
Binary1110101111111011000000010010101001010001001110111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3EC0; }

 p { color: rgb(235,62,192); }

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

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

 a { background-color: rgb(235,62,192); }

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

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

 span { border-color: rgb(235,62,192); }

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