#EB42CF

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

Shades of Razzle Dazzle Rose #EB42CF

Tints of Razzle Dazzle Rose #EB42CF

Color information

#EB42CF (or 0xEB42CF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 42 and CF. RGB value is (235,66,207). Sum of RGB (Red+Green+Blue) = 235+66+207=508 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.26% from 508); Green value is 66 (26.17% from 255 or 12.99% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 235 - color contains mainly: red. Hex color #EB42CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB42CF is #14BD30. Grayscale: #848484. Windows color (decimal): -1359153 or 13583083. OLE color: 13583083.

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

Color convert

RGB23566207-
CMYK00.720.120.08
HSL309.94º80.86%59.02%-
HSV(B)309.94º71.91%92.16%-
XYZ47.4726.0661.56-
YUV132.61169.99201.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.26%
GREEN value IS 66 (26.17% from 255) = 12.99%
BLUE value IS 207 (81.25% from 255) = 40.75%
R=46.26%
G=12.99%
B=40.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2356620700.720.120.08309.9480.8659.02
HexEB42CF048C8136513b
Octal3531023170110141046612173
Binary1110101110000101100111101001000110010001001101101010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB42CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB42CF; }

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

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

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

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

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

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

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

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