Html Css Color HEX #EB0160 Razzmatazz

📋 copy color: '#EB0160'

red 235 ◦ green 1 ◦ blue 96

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

Shades of Razzmatazz #EB0160

Tints of Razzmatazz #EB0160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.92%

R = 70.78%
G = 0.3%
B = 28.92%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EB0160 (or 0xEB0160) is known color: Razzmatazz. HEX triplet: EB, 01 and 60. RGB value is (235,1,96). Sum of RGB (Red+Green+Blue) = 235+1+96=332 (43% of max value = 765). Red value is 235 (92.19% from 255 or 70.78% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0160 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0160 is #14FE9F. Grayscale: #515151. Windows color (decimal): -1375904 or 6291947. OLE color: 6291947.

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

Color convert

RGB 235 1 96 -
CMYK 0 1.00 0.59 0.08
HSL 335.64º 0.99% 0.46% -
HSV(B) 335.64º 1% 0.92% -
XYZ 36.38 18.53 12.73 -
YUV 81.8 136.02 237.28 -
System Red Green Blue C M Y K H S L
Decimal 235 1 96 0 1.00 0.59 0.08 335.64 0.99 0.46
Hex EB 1 60 0 64 3B 8 150 63 2E
Octal 353 1 140 0 144 73 10 520 143 56
Binary 11101011 1 1100000 0 1100100 111011 1000 101010000 1100011 101110

Color Harmonies of #EB0160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0160

Black with #EB0160

Text Example


Text Example

White with #EB0160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0160; }

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

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

background-color css

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

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

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

border-color css

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

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

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