Html Css Color HEX #EB0046 Razzmatazz

📋 copy color: '#EB0046'

red 235 ◦ green 0 ◦ blue 70

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

Shades of Razzmatazz #EB0046

Tints of Razzmatazz #EB0046

RGB

 RED value IS 235 (92.19% from 255) = 77.05%

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

 BLUE value IS 70 (27.73% from 255) = 22.95%

R = 77.05%
G = 0%
B = 22.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EB0046 (or 0xEB0046) is known color: Razzmatazz. HEX triplet: EB, 00 and 46. RGB value is (235,0,70). Sum of RGB (Red+Green+Blue) = 235+0+70=305 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.05% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0046 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0046 is #14FFB9. Grayscale: #4E4E4E. Windows color (decimal): -1376186 or 4587755. OLE color: 4587755.

HSL color Cylindrical-coordinate representation of color #EB0046: hue angle of 342.13º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB0046 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 0 70 -
CMYK 0 1 0.70 0.08
HSL 342.13º 1% 0.46% -
HSV(B) 342.13º 1% 0.92% -
XYZ 35.37 18.1 7.42 -
YUV 78.25 123.36 239.81 -
System Red Green Blue C M Y K H S L
Decimal 235 0 70 0 1 0.70 0.08 342.13 1 0.46
Hex EB 0 46 0 64 46 8 156 64 2E
Octal 353 0 106 0 144 106 10 526 144 56
Binary 11101011 0 1000110 0 1100100 1000110 1000 101010110 1100100 101110

Color Harmonies of #EB0046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0046

Black with #EB0046

Text Example


Text Example

White with #EB0046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0046; }

 p { color: rgb(235,0,70); }

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

background-color css

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

 a { background-color: rgb(235,0,70); }

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

border-color css

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

 span { border-color: rgb(235,0,70); }

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