Html Css Color HEX #EC006D Razzmatazz

📋 copy color: '#EC006D'

red 236 ◦ green 0 ◦ blue 109

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

Shades of Razzmatazz #EC006D

Tints of Razzmatazz #EC006D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.59%

R = 68.41%
G = 0%
B = 31.59%

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

#EC006D (or 0xEC006D) is known color: Razzmatazz. HEX triplet: EC, 00 and 6D. RGB value is (236,0,109). Sum of RGB (Red+Green+Blue) = 236+0+109=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC006D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC006D is #13FF92. Grayscale: #525252. Windows color (decimal): -1310611 or 7143660. OLE color: 7143660.

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

Color convert

RGB 236 0 109 -
CMYK 0 1 0.54 0.07
HSL 332.29º 1% 0.46% -
HSV(B) 332.29º 1% 0.93% -
XYZ 37.35 18.94 16.15 -
YUV 82.99 142.69 237.14 -
System Red Green Blue C M Y K H S L
Decimal 236 0 109 0 1 0.54 0.07 332.29 1 0.46
Hex EC 0 6D 0 64 36 7 14C 64 2E
Octal 354 0 155 0 144 66 7 514 144 56
Binary 11101100 0 1101101 0 1100100 110110 111 101001100 1100100 101110

Color Harmonies of #EC006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC006D

Black with #EC006D

Text Example


Text Example

White with #EC006D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC006D; }

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

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

background-color css

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

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

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

border-color css

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

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

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