#EB3DB4

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

Shades of Razzle Dazzle Rose #EB3DB4

Tints of Razzle Dazzle Rose #EB3DB4

Color information

#EB3DB4 (or 0xEB3DB4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 3D and B4. RGB value is (235,61,180). Sum of RGB (Red+Green+Blue) = 235+61+180=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 61 (24.22% from 255 or 12.82% from 476); Blue value is 180 (70.70% from 255 or 37.82% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3DB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB3DB4 is #14C24B. Grayscale: #7E7E7E. Windows color (decimal): -1360460 or 11812331. OLE color: 11812331.

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

Color convert

RGB23561180-
CMYK00.740.230.08
HSL318.97º81.31%58.04%-
HSV(B)318.97º74.04%92.16%-
XYZ44.1724.2945.54-
YUV126.59158.15205.32-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.37%
GREEN value IS 61 (24.22% from 255) = 12.82%
BLUE value IS 180 (70.70% from 255) = 37.82%
R=49.37%
G=12.82%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2356118000.740.230.08318.9781.3158.04
HexEB3DB404A17813f513a
Octal353752640112271047712172
Binary1110101111110110110100010010101011110001001111111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3DB4; }

 p { color: rgb(235,61,180); }

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

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

 a { background-color: rgb(235,61,180); }

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

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

 span { border-color: rgb(235,61,180); }

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