#EB48C1

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

Shades of Razzle Dazzle Rose #EB48C1

Tints of Razzle Dazzle Rose #EB48C1

Color information

#EB48C1 (or 0xEB48C1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 48 and C1. RGB value is (235,72,193). Sum of RGB (Red+Green+Blue) = 235+72+193=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 72 (28.52% from 255 or 14.4% from 500); Blue value is 193 (75.78% from 255 or 38.6% from 500); Max value from RGB is 235 - color contains mainly: red. Hex color #EB48C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB48C1 is #14B73E. Grayscale: #868686. Windows color (decimal): -1357631 or 12667115. OLE color: 12667115.

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

Color convert

RGB23572193-
CMYK00.690.180.08
HSL315.46º80.3%60.2%-
HSV(B)315.46º69.36%92.16%-
XYZ46.226.1553.06-
YUV134.53161199.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47%
GREEN value IS 72 (28.52% from 255) = 14.4%
BLUE value IS 193 (75.78% from 255) = 38.6%
R=47%
G=14.4%
B=38.6%

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
Decimal2357219300.690.180.08315.4680.360.2
HexEB48C104512813b503c
Octal3531103010105221047312074
Binary11101011100100011000001010001011001010001001110111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB48C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB48C1; }

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

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

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

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

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

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

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

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