#EB31CF

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

Shades of Razzle Dazzle Rose #EB31CF

Tints of Razzle Dazzle Rose #EB31CF

Color information

#EB31CF (or 0xEB31CF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 31 and CF. RGB value is (235,49,207). Sum of RGB (Red+Green+Blue) = 235+49+207=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 49 (19.53% from 255 or 9.98% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EB31CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB31CF is #14CE30. Grayscale: #7A7A7A. Windows color (decimal): -1363505 or 13578731. OLE color: 13578731.

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

Color convert

RGB23549207-
CMYK00.790.120.08
HSL309.03º82.3%55.69%-
HSV(B)309.03º79.15%92.16%-
XYZ46.6224.3661.28-
YUV122.63175.62208.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.86%
GREEN value IS 49 (19.53% from 255) = 9.98%
BLUE value IS 207 (81.25% from 255) = 42.16%
R=47.86%
G=9.98%
B=42.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2354920700.790.120.08309.0382.355.69
HexEB31CF04FC81355238
Octal353613170117141046512270
Binary111010111100011100111101001111110010001001101011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB31CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB31CF; }

 p { color: rgb(235,49,207); }

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

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

 a { background-color: rgb(235,49,207); }

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

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

 span { border-color: rgb(235,49,207); }

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