#EB48C0

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

Shades of Razzle Dazzle Rose #EB48C0

Tints of Razzle Dazzle Rose #EB48C0

Color information

#EB48C0 (or 0xEB48C0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 48 and C0. RGB value is (235,72,192). Sum of RGB (Red+Green+Blue) = 235+72+192=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 72 (28.52% from 255 or 14.43% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EB48C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB48C0 is #14B73F. Grayscale: #868686. Windows color (decimal): -1357632 or 12601579. OLE color: 12601579.

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

Color convert

RGB23572192-
CMYK00.690.180.08
HSL315.83º80.3%60.2%-
HSV(B)315.83º69.36%92.16%-
XYZ46.0926.152.48-
YUV134.42160.5199.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.09%
GREEN value IS 72 (28.52% from 255) = 14.43%
BLUE value IS 192 (75.39% from 255) = 38.48%
R=47.09%
G=14.43%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357219200.690.180.08315.8380.360.2
HexEB48C004512813c503c
Octal3531103000105221047412074
Binary11101011100100011000000010001011001010001001111001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB48C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB48C0; }

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

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

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

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

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

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

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

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