Html Css Color HEX #EB0063 Razzmatazz

📋 copy color: '#EB0063'

red 235 ◦ green 0 ◦ blue 99

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

Shades of Razzmatazz #EB0063

Tints of Razzmatazz #EB0063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.64%

R = 70.36%
G = 0%
B = 29.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EB0063 (or 0xEB0063) is known color: Razzmatazz. HEX triplet: EB, 00 and 63. RGB value is (235,0,99). Sum of RGB (Red+Green+Blue) = 235+0+99=334 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.36% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0063 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0063 is #14FF9C. Grayscale: #515151. Windows color (decimal): -1376157 or 6488299. OLE color: 6488299.

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

Color convert

RGB 235 0 99 -
CMYK 0 1 0.58 0.08
HSL 334.72º 1% 0.46% -
HSV(B) 334.72º 1% 0.92% -
XYZ 36.51 18.56 13.46 -
YUV 81.55 137.86 237.45 -
System Red Green Blue C M Y K H S L
Decimal 235 0 99 0 1 0.58 0.08 334.72 1 0.46
Hex EB 0 63 0 64 3A 8 14F 64 2E
Octal 353 0 143 0 144 72 10 517 144 56
Binary 11101011 0 1100011 0 1100100 111010 1000 101001111 1100100 101110

Color Harmonies of #EB0063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0063

Black with #EB0063

Text Example


Text Example

White with #EB0063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0063; }

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

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

background-color css

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

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

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

border-color css

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

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

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