#EB3EC1

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

Shades of Razzle Dazzle Rose #EB3EC1

Tints of Razzle Dazzle Rose #EB3EC1

Color information

#EB3EC1 (or 0xEB3EC1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 3E and C1. RGB value is (235,62,193). Sum of RGB (Red+Green+Blue) = 235+62+193=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 62 (24.61% from 255 or 12.65% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3EC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB3EC1 is #14C13E. Grayscale: #808080. Windows color (decimal): -1360191 or 12664555. OLE color: 12664555.

HSL color Cylindrical-coordinate representation of color #EB3EC1: hue angle of 314.57º 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 #EB3EC1 is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB23562193-
CMYK00.740.180.08
HSL314.57º81.22%58.24%-
HSV(B)314.57º73.62%92.16%-
XYZ45.6124.9652.87-
YUV128.66164.31203.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.96%
GREEN value IS 62 (24.61% from 255) = 12.65%
BLUE value IS 193 (75.78% from 255) = 39.39%
R=47.96%
G=12.65%
B=39.39%

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
Decimal2356219300.740.180.08314.5781.2258.24
HexEB3EC104A12813b513a
Octal353763010112221047312172
Binary1110101111111011000001010010101001010001001110111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3EC1; }

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

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

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

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

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

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

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

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