#EB28CD

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

Shades of Razzle Dazzle Rose #EB28CD

Tints of Razzle Dazzle Rose #EB28CD

Color information

#EB28CD (or 0xEB28CD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 28 and CD. RGB value is (235,40,205). Sum of RGB (Red+Green+Blue) = 235+40+205=480 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.96% from 480); Green value is 40 (16.02% from 255 or 8.33% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 235 - color contains mainly: red. Hex color #EB28CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB28CD is #14D732. Grayscale: #747474. Windows color (decimal): -1365811 or 13445355. OLE color: 13445355.

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

Color convert

RGB23540205-
CMYK00.830.130.08
HSL309.23º82.98%53.92%-
HSV(B)309.23º82.98%92.16%-
XYZ46.0423.5959.88-
YUV117.12177.6212.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.96%
GREEN value IS 40 (16.02% from 255) = 8.33%
BLUE value IS 205 (80.47% from 255) = 42.71%
R=48.96%
G=8.33%
B=42.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2354020500.830.130.08309.2382.9853.92
HexEB28CD053D81355336
Octal353503150123151046512366
Binary111010111010001100110101010011110110001001101011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB28CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB28CD; }

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

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

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

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

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

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

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

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