Html Css Color HEX #EB0155 Razzmatazz

📋 copy color: '#EB0155'

red 235 ◦ green 1 ◦ blue 85

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

Shades of Razzmatazz #EB0155

Tints of Razzmatazz #EB0155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.48%

R = 73.21%
G = 0.31%
B = 26.48%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EB0155 (or 0xEB0155) is known color: Razzmatazz. HEX triplet: EB, 01 and 55. RGB value is (235,1,85). Sum of RGB (Red+Green+Blue) = 235+1+85=321 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.21% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0155 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0155 is #14FEAA. Grayscale: #505050. Windows color (decimal): -1375915 or 5571051. OLE color: 5571051.

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

Color convert

RGB 235 1 85 -
CMYK 0 1.00 0.64 0.08
HSL 338.46º 0.99% 0.46% -
HSV(B) 338.46º 1% 0.92% -
XYZ 35.91 18.34 10.24 -
YUV 80.54 130.52 238.17 -
System Red Green Blue C M Y K H S L
Decimal 235 1 85 0 1.00 0.64 0.08 338.46 0.99 0.46
Hex EB 1 55 0 64 40 8 152 63 2E
Octal 353 1 125 0 144 100 10 522 143 56
Binary 11101011 1 1010101 0 1100100 1000000 1000 101010010 1100011 101110

Color Harmonies of #EB0155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0155

Black with #EB0155

Text Example


Text Example

White with #EB0155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0155; }

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

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

background-color css

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

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

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

border-color css

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

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

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