#EB42BB

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

Shades of Razzle Dazzle Rose #EB42BB

Tints of Razzle Dazzle Rose #EB42BB

Color information

#EB42BB (or 0xEB42BB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 42 and BB. RGB value is (235,66,187). Sum of RGB (Red+Green+Blue) = 235+66+187=488 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.16% from 488); Green value is 66 (26.17% from 255 or 13.52% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 235 - color contains mainly: red. Hex color #EB42BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB42BB is #14BD44. Grayscale: #828282. Windows color (decimal): -1359173 or 12272363. OLE color: 12272363.

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

Color convert

RGB23566187-
CMYK00.720.200.08
HSL317.04º80.86%59.02%-
HSV(B)317.04º71.91%92.16%-
XYZ45.1825.1549.49-
YUV130.33159.99202.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.16%
GREEN value IS 66 (26.17% from 255) = 13.52%
BLUE value IS 187 (73.44% from 255) = 38.32%
R=48.16%
G=13.52%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2356618700.720.200.08317.0480.8659.02
HexEB42BB04814813d513b
Octal3531022730110241047512173
Binary11101011100001010111011010010001010010001001111011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB42BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB42BB; }

 p { color: rgb(235,66,187); }

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

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

 a { background-color: rgb(235,66,187); }

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

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

 span { border-color: rgb(235,66,187); }

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