Html Css Color HEX #EC006C Razzmatazz

📋 copy color: '#EC006C'

red 236 ◦ green 0 ◦ blue 108

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

Shades of Razzmatazz #EC006C

Tints of Razzmatazz #EC006C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.4%

R = 68.6%
G = 0%
B = 31.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC006C (or 0xEC006C) is known color: Razzmatazz. HEX triplet: EC, 00 and 6C. RGB value is (236,0,108). Sum of RGB (Red+Green+Blue) = 236+0+108=344 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.60% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 236 - color contains mainly: red. Hex color #EC006C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC006C is #13FF93. Grayscale: #525252. Windows color (decimal): -1310612 or 7078124. OLE color: 7078124.

HSL color Cylindrical-coordinate representation of color #EC006C: hue angle of 332.54º 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 #EC006C is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 0 108 -
CMYK 0 1 0.54 0.07
HSL 332.54º 1% 0.46% -
HSV(B) 332.54º 1% 0.93% -
XYZ 37.3 18.92 15.87 -
YUV 82.88 142.19 237.22 -
System Red Green Blue C M Y K H S L
Decimal 236 0 108 0 1 0.54 0.07 332.54 1 0.46
Hex EC 0 6C 0 64 36 7 14D 64 2E
Octal 354 0 154 0 144 66 7 515 144 56
Binary 11101100 0 1101100 0 1100100 110110 111 101001101 1100100 101110

Color Harmonies of #EC006C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC006C

Black with #EC006C

Text Example


Text Example

White with #EC006C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC006C; }

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

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

background-color css

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

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

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

border-color css

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

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

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