Html Css Color HEX #EC007A Razzmatazz

📋 copy color: '#EC007A'

red 236 ◦ green 0 ◦ blue 122

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

Shades of Razzmatazz #EC007A

Tints of Razzmatazz #EC007A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.08%

R = 65.92%
G = 0%
B = 34.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC007A (or 0xEC007A) is known color: Razzmatazz. HEX triplet: EC, 00 and 7A. RGB value is (236,0,122). Sum of RGB (Red+Green+Blue) = 236+0+122=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC007A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC007A is #13FF85. Grayscale: #545454. Windows color (decimal): -1310598 or 7995628. OLE color: 7995628.

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

Color convert

RGB 236 0 122 -
CMYK 0 1 0.48 0.07
HSL 328.98º 1% 0.46% -
HSV(B) 328.98º 1% 0.93% -
XYZ 38.1 19.24 20.12 -
YUV 84.47 149.19 236.08 -
System Red Green Blue C M Y K H S L
Decimal 236 0 122 0 1 0.48 0.07 328.98 1 0.46
Hex EC 0 7A 0 64 30 7 149 64 2E
Octal 354 0 172 0 144 60 7 511 144 56
Binary 11101100 0 1111010 0 1100100 110000 111 101001001 1100100 101110

Color Harmonies of #EC007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC007A

Black with #EC007A

Text Example


Text Example

White with #EC007A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC007A; }

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

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

background-color css

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

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

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

border-color css

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

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

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