#EB3FC1

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

Shades of Razzle Dazzle Rose #EB3FC1

Tints of Razzle Dazzle Rose #EB3FC1

Color information

#EB3FC1 (or 0xEB3FC1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 3F and C1. RGB value is (235,63,193). Sum of RGB (Red+Green+Blue) = 235+63+193=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 63 (25% from 255 or 12.83% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3FC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB3FC1 is #14C03E. Grayscale: #808080. Windows color (decimal): -1359935 or 12664811. OLE color: 12664811.

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

Color convert

RGB23563193-
CMYK00.730.180.08
HSL314.65º81.13%58.43%-
HSV(B)314.65º73.19%92.16%-
XYZ45.6625.0752.88-
YUV129.25163.98203.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.86%
GREEN value IS 63 (25% from 255) = 12.83%
BLUE value IS 193 (75.78% from 255) = 39.31%
R=47.86%
G=12.83%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2356319300.730.180.08314.6581.1358.43
HexEB3FC104912813b513a
Octal353773010111221047312172
Binary1110101111111111000001010010011001010001001110111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3FC1; }

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

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

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

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

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

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

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

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