#EB3BB8

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

Shades of Razzle Dazzle Rose #EB3BB8

Tints of Razzle Dazzle Rose #EB3BB8

Color information

#EB3BB8 (or 0xEB3BB8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 3B and B8. RGB value is (235,59,184). Sum of RGB (Red+Green+Blue) = 235+59+184=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 59 (23.44% from 255 or 12.34% from 478); Blue value is 184 (72.27% from 255 or 38.49% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3BB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB3BB8 is #14C447. Grayscale: #7D7D7D. Windows color (decimal): -1360968 or 12073963. OLE color: 12073963.

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

Color convert

RGB23559184-
CMYK00.750.220.08
HSL317.39º81.48%57.65%-
HSV(B)317.39º74.89%92.16%-
XYZ44.4824.2547.68-
YUV125.87160.81205.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.16%
GREEN value IS 59 (23.44% from 255) = 12.34%
BLUE value IS 184 (72.27% from 255) = 38.49%
R=49.16%
G=12.34%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2355918400.750.220.08317.3981.4857.65
HexEB3BB804B16813d513a
Octal353732700113261047512172
Binary1110101111101110111000010010111011010001001111011010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3BB8; }

 p { color: rgb(235,59,184); }

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

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

 a { background-color: rgb(235,59,184); }

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

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

 span { border-color: rgb(235,59,184); }

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