Html Css Color HEX #EC005A Razzmatazz

📋 copy color: '#EC005A'

red 236 ◦ green 0 ◦ blue 90

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

Shades of Razzmatazz #EC005A

Tints of Razzmatazz #EC005A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.61%

R = 72.39%
G = 0%
B = 27.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC005A (or 0xEC005A) is known color: Razzmatazz. HEX triplet: EC, 00 and 5A. RGB value is (236,0,90). Sum of RGB (Red+Green+Blue) = 236+0+90=326 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.39% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 236 - color contains mainly: red. Hex color #EC005A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC005A is #13FFA5. Grayscale: #505050. Windows color (decimal): -1310630 or 5898476. OLE color: 5898476.

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

Color convert

RGB 236 0 90 -
CMYK 0 1 0.62 0.07
HSL 337.12º 1% 0.46% -
HSV(B) 337.12º 1% 0.93% -
XYZ 36.44 18.57 11.34 -
YUV 80.82 133.19 238.68 -
System Red Green Blue C M Y K H S L
Decimal 236 0 90 0 1 0.62 0.07 337.12 1 0.46
Hex EC 0 5A 0 64 3E 7 151 64 2E
Octal 354 0 132 0 144 76 7 521 144 56
Binary 11101100 0 1011010 0 1100100 111110 111 101010001 1100100 101110

Color Harmonies of #EC005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC005A

Black with #EC005A

Text Example


Text Example

White with #EC005A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC005A; }

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

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

background-color css

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

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

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

border-color css

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

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

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