#EC35C2

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

Shades of Razzle Dazzle Rose #EC35C2

Tints of Razzle Dazzle Rose #EC35C2

Color information

#EC35C2 (or 0xEC35C2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EC, 35 and C2. RGB value is (236,53,194). Sum of RGB (Red+Green+Blue) = 236+53+194=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 53 (21.09% from 255 or 10.97% from 483); Blue value is 194 (76.17% from 255 or 40.17% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC35C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC35C2 is #13CA3D. Grayscale: #7B7B7B. Windows color (decimal): -1296958 or 12727788. OLE color: 12727788.

HSL color Cylindrical-coordinate representation of color #EC35C2: hue angle of 313.77º degrees, saturation: 0.83, 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 #EC35C2 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB23653194-
CMYK00.780.180.07
HSL313.77º82.81%56.67%-
HSV(B)313.77º77.54%92.55%-
XYZ45.624.2753.32-
YUV123.79167.63208.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.86%
GREEN value IS 53 (21.09% from 255) = 10.97%
BLUE value IS 194 (76.17% from 255) = 40.17%
R=48.86%
G=10.97%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2365319400.780.180.07313.7782.8156.67
HexEC35C204E12713a5339
Octal35465302011622747212371
Binary111011001101011100001001001110100101111001110101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC35C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC35C2; }

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

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

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

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

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

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

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

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