#EB49BC

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

Shades of Razzle Dazzle Rose #EB49BC

Tints of Razzle Dazzle Rose #EB49BC

Color information

#EB49BC (or 0xEB49BC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 49 and BC. RGB value is (235,73,188). Sum of RGB (Red+Green+Blue) = 235+73+188=496 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.38% from 496); Green value is 73 (28.91% from 255 or 14.72% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 235 - color contains mainly: red. Hex color #EB49BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB49BC is #14B643. Grayscale: #868686. Windows color (decimal): -1357380 or 12339691. OLE color: 12339691.

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

Color convert

RGB23573188-
CMYK00.690.20.08
HSL317.41º80.2%60.39%-
HSV(B)317.41º68.94%92.16%-
XYZ45.7226.0650.2-
YUV134.55158.17199.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.38%
GREEN value IS 73 (28.91% from 255) = 14.72%
BLUE value IS 188 (73.83% from 255) = 37.90%
R=47.38%
G=14.72%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357318800.690.20.08317.4180.260.39
HexEB49BC04514813d503c
Octal3531112740105241047512074
Binary11101011100100110111100010001011010010001001111011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB49BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB49BC; }

 p { color: rgb(235,73,188); }

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

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

 a { background-color: rgb(235,73,188); }

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

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

 span { border-color: rgb(235,73,188); }

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