Html Css Color HEX #EB0178 Razzmatazz

📋 copy color: '#EB0178'

red 235 ◦ green 1 ◦ blue 120

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

Shades of Razzmatazz #EB0178

Tints of Razzmatazz #EB0178

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 66.01%
G = 0.28%
B = 33.71%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EB0178 (or 0xEB0178) is known color: Razzmatazz. HEX triplet: EB, 01 and 78. RGB value is (235,1,120). Sum of RGB (Red+Green+Blue) = 235+1+120=356 (47% of max value = 765). Red value is 235 (92.19% from 255 or 66.01% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0178 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0178 is #14FE87. Grayscale: #545454. Windows color (decimal): -1375880 or 7864811. OLE color: 7864811.

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

Color convert

RGB 235 1 120 -
CMYK 0 1.00 0.49 0.08
HSL 329.49º 0.99% 0.46% -
HSV(B) 329.49º 1% 0.92% -
XYZ 37.66 19.04 19.46 -
YUV 84.53 148.02 235.32 -
System Red Green Blue C M Y K H S L
Decimal 235 1 120 0 1.00 0.49 0.08 329.49 0.99 0.46
Hex EB 1 78 0 64 31 8 149 63 2E
Octal 353 1 170 0 144 61 10 511 143 56
Binary 11101011 1 1111000 0 1100100 110001 1000 101001001 1100011 101110

Color Harmonies of #EB0178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0178

Black with #EB0178

Text Example


Text Example

White with #EB0178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0178; }

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

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

background-color css

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

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

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

border-color css

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

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

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