Html Css Color HEX #EB0078 Razzmatazz

📋 copy color: '#EB0078'

red 235 ◦ green 0 ◦ blue 120

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

Shades of Razzmatazz #EB0078

Tints of Razzmatazz #EB0078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.8%

R = 66.2%
G = 0%
B = 33.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EB0078 (or 0xEB0078) is known color: Razzmatazz. HEX triplet: EB, 00 and 78. RGB value is (235,0,120). Sum of RGB (Red+Green+Blue) = 235+0+120=355 (47% of max value = 765). Red value is 235 (92.19% from 255 or 66.20% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0078 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0078 is #14FF87. Grayscale: #535353. Windows color (decimal): -1376136 or 7864555. OLE color: 7864555.

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

Color convert

RGB 235 0 120 -
CMYK 0 1 0.49 0.08
HSL 329.36º 1% 0.46% -
HSV(B) 329.36º 1% 0.92% -
XYZ 37.65 19.02 19.46 -
YUV 83.95 148.36 235.74 -
System Red Green Blue C M Y K H S L
Decimal 235 0 120 0 1 0.49 0.08 329.36 1 0.46
Hex EB 0 78 0 64 31 8 149 64 2E
Octal 353 0 170 0 144 61 10 511 144 56
Binary 11101011 0 1111000 0 1100100 110001 1000 101001001 1100100 101110

Color Harmonies of #EB0078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0078

Black with #EB0078

Text Example


Text Example

White with #EB0078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0078; }

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

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

background-color css

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

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

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

border-color css

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

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

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