Html Css Color HEX #EC0066 Razzmatazz

📋 copy color: '#EC0066'

red 236 ◦ green 0 ◦ blue 102

#EC0066
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzmatazz #EC0066

Tints of Razzmatazz #EC0066

RGB

 RED value IS 236 (92.58% from 255) = 69.82%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 102 (40.23% from 255) = 30.18%

R = 69.82%
G = 0%
B = 30.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EC0066 (or 0xEC0066) is known color: Razzmatazz. HEX triplet: EC, 00 and 66. RGB value is (236,0,102). Sum of RGB (Red+Green+Blue) = 236+0+102=338 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.82% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0066 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0066 is #13FF99. Grayscale: #525252. Windows color (decimal): -1310618 or 6684908. OLE color: 6684908.

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

Color convert

RGB 236 0 102 -
CMYK 0 1 0.57 0.07
HSL 334.07º 1% 0.46% -
HSV(B) 334.07º 1% 0.93% -
XYZ 36.99 18.79 14.25 -
YUV 82.19 139.19 237.71 -
System Red Green Blue C M Y K H S L
Decimal 236 0 102 0 1 0.57 0.07 334.07 1 0.46
Hex EC 0 66 0 64 39 7 14E 64 2E
Octal 354 0 146 0 144 71 7 516 144 56
Binary 11101100 0 1100110 0 1100100 111001 111 101001110 1100100 101110

Color Harmonies of #EC0066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0066

Black with #EC0066

Text Example


Text Example

White with #EC0066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0066; }

 p { color: rgb(236,0,102); }

 H1.HeaderClassName
 {
   color: #EC0066;
 }
 .AnyTagClassName
 {
   color: #EC0066;
 }
</style>

background-color css

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

 a { background-color: rgb(236,0,102); }

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

border-color css

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

 span { border-color: rgb(236,0,102); }

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