#E935CD

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

Shades of Razzle Dazzle Rose #E935CD

Tints of Razzle Dazzle Rose #E935CD

Color information

#E935CD (or 0xE935CD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E9, 35 and CD. RGB value is (233,53,205). Sum of RGB (Red+Green+Blue) = 233+53+205=491 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.45% from 491); Green value is 53 (21.09% from 255 or 10.79% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 233 - color contains mainly: red. Hex color #E935CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E935CD is #16CA32. Grayscale: #7B7B7B. Windows color (decimal): -1493555 or 13448681. OLE color: 13448681.

HSL color Cylindrical-coordinate representation of color #E935CD: hue angle of 309.33º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E935CD is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB23353205-
CMYK00.770.120.09
HSL309.33º80.36%56.08%-
HSV(B)309.33º77.25%91.37%-
XYZ45.924.2860.02-
YUV124.15173.63205.64-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.45%
GREEN value IS 53 (21.09% from 255) = 10.79%
BLUE value IS 205 (80.47% from 255) = 41.75%
R=47.45%
G=10.79%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2335320500.770.120.09309.3380.3656.08
HexE935CD04DC91355038
Octal351653150115141146512070
Binary111010011101011100110101001101110010011001101011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E935CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E935CD; }

 p { color: rgb(233,53,205); }

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

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

 a { background-color: rgb(233,53,205); }

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

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

 span { border-color: rgb(233,53,205); }

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