#EC35ED

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

Shades of Razzle Dazzle Rose #EC35ED

Tints of Razzle Dazzle Rose #EC35ED

Color information

#EC35ED (or 0xEC35ED) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EC, 35 and ED. RGB value is (236,53,237). Sum of RGB (Red+Green+Blue) = 236+53+237=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 53 (21.09% from 255 or 10.08% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC35ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC35ED is #13CA12. Grayscale: #808080. Windows color (decimal): -1296915 or 15545836. OLE color: 15545836.

HSL color Cylindrical-coordinate representation of color #EC35ED: hue angle of 299.67º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC35ED is Cyan = 0.00, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB23653237-
CMYK0.000.7800.07
HSL299.67º83.64%56.86%-
HSV(B)299.67º77.64%92.94%-
XYZ51.1526.4982.54-
YUV128.69189.13204.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.87%
GREEN value IS 53 (21.09% from 255) = 10.08%
BLUE value IS 237 (92.97% from 255) = 45.06%
R=44.87%
G=10.08%
B=45.06%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236532370.000.7800.07299.6783.6456.86
HexEC35ED04E0712c5439
Octal3546535501160745412471
Binary11101100110101111011010100111001111001011001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC35ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC35ED; }

 p { color: rgb(236,53,237); }

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

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

 a { background-color: rgb(236,53,237); }

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

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

 span { border-color: rgb(236,53,237); }

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