#EB2ECE

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

Shades of Razzle Dazzle Rose #EB2ECE

Tints of Razzle Dazzle Rose #EB2ECE

Color information

#EB2ECE (or 0xEB2ECE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 2E and CE. RGB value is (235,46,206). Sum of RGB (Red+Green+Blue) = 235+46+206=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 46 (18.36% from 255 or 9.45% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2ECE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB2ECE is #14D131. Grayscale: #787878. Windows color (decimal): -1364274 or 13512427. OLE color: 13512427.

HSL color Cylindrical-coordinate representation of color #EB2ECE: hue angle of 309.21º degrees, saturation: 0.83, 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 #EB2ECE is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB23546206-
CMYK00.800.120.08
HSL309.21º82.53%55.1%-
HSV(B)309.21º80.43%92.16%-
XYZ46.3824.0760.59-
YUV120.75176.12209.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.25%
GREEN value IS 46 (18.36% from 255) = 9.45%
BLUE value IS 206 (80.86% from 255) = 42.30%
R=48.25%
G=9.45%
B=42.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2354620600.800.120.08309.2182.5355.1
HexEB2ECE050C81355337
Octal353563160120141046512367
Binary111010111011101100111001010000110010001001101011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2ECE; }

 p { color: rgb(235,46,206); }

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

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

 a { background-color: rgb(235,46,206); }

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

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

 span { border-color: rgb(235,46,206); }

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