#EC41C8

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

Shades of Razzle Dazzle Rose #EC41C8

Tints of Razzle Dazzle Rose #EC41C8

Color information

#EC41C8 (or 0xEC41C8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EC, 41 and C8. RGB value is (236,65,200). Sum of RGB (Red+Green+Blue) = 236+65+200=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 65 (25.78% from 255 or 12.97% from 501); Blue value is 200 (78.52% from 255 or 39.92% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC41C8 is #13BE37. Grayscale: #838383. Windows color (decimal): -1293880 or 13124076. OLE color: 13124076.

HSL color Cylindrical-coordinate representation of color #EC41C8: hue angle of 312.63º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC41C8 is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB23665200-
CMYK00.720.150.07
HSL312.63º81.82%59.02%-
HSV(B)312.63º72.46%92.55%-
XYZ46.9125.7857.15-
YUV131.52166.65202.52-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.11%
GREEN value IS 65 (25.78% from 255) = 12.97%
BLUE value IS 200 (78.52% from 255) = 39.92%
R=47.11%
G=12.97%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2366520000.720.150.07312.6381.8259.02
HexEC41C8048F7139523b
Octal354101310011017747112273
Binary111011001000001110010000100100011111111001110011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC41C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC41C8; }

 p { color: rgb(236,65,200); }

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

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

 a { background-color: rgb(236,65,200); }

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

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

 span { border-color: rgb(236,65,200); }

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