#eb2fcd

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

Shades of Razzle Dazzle Rose #EB2FCD

Tints of Razzle Dazzle Rose #EB2FCD

Color information

#EB2FCD (or 0xEB2FCD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 2F and CD. RGB value is (235,47,205). Sum of RGB (Red+Green+Blue) = 235+47+205=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 47 (18.75% from 255 or 9.65% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2FCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB2FCD is #14D032. Grayscale: #787878. Windows color (decimal): -1364019 or 13447147. OLE color: 13447147.

HSL color Cylindrical-coordinate representation of color #EB2FCD: hue angle of 309.57º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EB2FCD is Cyan = 0, Magento = 0.8, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB23547205-
CMYK00.80.130.08
HSL309.57º82.46%55.29%-
HSV(B)309.57º80%92.16%-
XYZ46.324.159.97-
YUV121.22175.28209.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.25%
GREEN value IS 47 (18.75% from 255) = 9.65%
BLUE value IS 205 (80.47% from 255) = 42.09%
R=48.25%
G=9.65%
B=42.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2354720500.80.130.08309.5782.4655.29
HexEB2FCD050D81365237
Octal353573150120151046612267
Binary111010111011111100110101010000110110001001101101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb2fcd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb2fcd; }

 p { color: rgb(235,47,205); }

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

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

 a { background-color: rgb(235,47,205); }

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

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

 span { border-color: rgb(235,47,205); }

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