Html Css Color HEX #EB0256 Razzmatazz

📋 copy color: '#EB0256'

red 235 ◦ green 2 ◦ blue 86

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

Shades of Razzmatazz #EB0256

Tints of Razzmatazz #EB0256

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.62%

 BLUE value IS 86 (33.98% from 255) = 26.63%

R = 72.76%
G = 0.62%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EB0256 (or 0xEB0256) is known color: Razzmatazz. HEX triplet: EB, 02 and 56. RGB value is (235,2,86). Sum of RGB (Red+Green+Blue) = 235+2+86=323 (42% of max value = 765). Red value is 235 (92.19% from 255 or 72.76% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0256 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0256 is #14FDA9. Grayscale: #515151. Windows color (decimal): -1375658 or 5636843. OLE color: 5636843.

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

Color convert

RGB 235 2 86 -
CMYK 0 0.99 0.63 0.08
HSL 338.37º 0.98% 0.46% -
HSV(B) 338.37º 0.99% 0.92% -
XYZ 35.96 18.38 10.46 -
YUV 81.24 130.69 237.67 -
System Red Green Blue C M Y K H S L
Decimal 235 2 86 0 0.99 0.63 0.08 338.37 0.98 0.46
Hex EB 2 56 0 63 3F 8 152 62 2E
Octal 353 2 126 0 143 77 10 522 142 56
Binary 11101011 10 1010110 0 1100011 111111 1000 101010010 1100010 101110

Color Harmonies of #EB0256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0256

Black with #EB0256

Text Example


Text Example

White with #EB0256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0256; }

 p { color: rgb(235,2,86); }

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

background-color css

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

 a { background-color: rgb(235,2,86); }

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

border-color css

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

 span { border-color: rgb(235,2,86); }

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