Html Css Color HEX #EB0166 Razzmatazz

📋 copy color: '#EB0166'

red 235 ◦ green 1 ◦ blue 102

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

Shades of Razzmatazz #EB0166

Tints of Razzmatazz #EB0166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.18%

R = 69.53%
G = 0.3%
B = 30.18%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EB0166 (or 0xEB0166) is known color: Razzmatazz. HEX triplet: EB, 01 and 66. RGB value is (235,1,102). Sum of RGB (Red+Green+Blue) = 235+1+102=338 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.53% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0166 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0166 is #14FE99. Grayscale: #525252. Windows color (decimal): -1375898 or 6685163. OLE color: 6685163.

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

Color convert

RGB 235 1 102 -
CMYK 0 1.00 0.57 0.08
HSL 334.1º 0.99% 0.46% -
HSV(B) 334.1º 1% 0.92% -
XYZ 36.67 18.64 14.24 -
YUV 82.48 139.02 236.79 -
System Red Green Blue C M Y K H S L
Decimal 235 1 102 0 1.00 0.57 0.08 334.1 0.99 0.46
Hex EB 1 66 0 64 39 8 14E 63 2E
Octal 353 1 146 0 144 71 10 516 143 56
Binary 11101011 1 1100110 0 1100100 111001 1000 101001110 1100011 101110

Color Harmonies of #EB0166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0166

Black with #EB0166

Text Example


Text Example

White with #EB0166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0166; }

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

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

background-color css

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

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

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

border-color css

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

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

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