Html Css Color HEX #EC004B Razzmatazz

📋 copy color: '#EC004B'

red 236 ◦ green 0 ◦ blue 75

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

Shades of Razzmatazz #EC004B

Tints of Razzmatazz #EC004B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.12%

R = 75.88%
G = 0%
B = 24.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC004B (or 0xEC004B) is known color: Razzmatazz. HEX triplet: EC, 00 and 4B. RGB value is (236,0,75). Sum of RGB (Red+Green+Blue) = 236+0+75=311 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.88% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 236 - color contains mainly: red. Hex color #EC004B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC004B is #13FFB4. Grayscale: #4F4F4F. Windows color (decimal): -1310645 or 4915436. OLE color: 4915436.

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

Color convert

RGB 236 0 75 -
CMYK 0 1 0.68 0.07
HSL 340.93º 1% 0.46% -
HSV(B) 340.93º 1% 0.93% -
XYZ 35.86 18.34 8.31 -
YUV 79.11 125.69 239.9 -
System Red Green Blue C M Y K H S L
Decimal 236 0 75 0 1 0.68 0.07 340.93 1 0.46
Hex EC 0 4B 0 64 44 7 155 64 2E
Octal 354 0 113 0 144 104 7 525 144 56
Binary 11101100 0 1001011 0 1100100 1000100 111 101010101 1100100 101110

Color Harmonies of #EC004B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC004B

Black with #EC004B

Text Example


Text Example

White with #EC004B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC004B; }

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

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

background-color css

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

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

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

border-color css

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

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

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