#EB43BD

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

Shades of Razzle Dazzle Rose #EB43BD

Tints of Razzle Dazzle Rose #EB43BD

Color information

#EB43BD (or 0xEB43BD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 43 and BD. RGB value is (235,67,189). Sum of RGB (Red+Green+Blue) = 235+67+189=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 67 (26.56% from 255 or 13.65% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EB43BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB43BD is #14BC42. Grayscale: #828282. Windows color (decimal): -1358915 or 12403691. OLE color: 12403691.

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

Color convert

RGB23567189-
CMYK00.710.200.08
HSL316.43º80.77%59.22%-
HSV(B)316.43º71.49%92.16%-
XYZ45.4525.3550.64-
YUV131.14160.66202.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.86%
GREEN value IS 67 (26.56% from 255) = 13.65%
BLUE value IS 189 (74.22% from 255) = 38.49%
R=47.86%
G=13.65%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2356718900.710.200.08316.4380.7759.22
HexEB43BD04714813c513b
Octal3531032750107241047412173
Binary11101011100001110111101010001111010010001001111001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB43BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB43BD; }

 p { color: rgb(235,67,189); }

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

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

 a { background-color: rgb(235,67,189); }

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

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

 span { border-color: rgb(235,67,189); }

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