Html Css Color HEX #EB0249 Razzmatazz

📋 copy color: '#EB0249'

red 235 ◦ green 2 ◦ blue 73

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

Shades of Razzmatazz #EB0249

Tints of Razzmatazz #EB0249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 23.55%

R = 75.81%
G = 0.65%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EB0249 (or 0xEB0249) is known color: Razzmatazz. HEX triplet: EB, 02 and 49. RGB value is (235,2,73). Sum of RGB (Red+Green+Blue) = 235+2+73=310 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.81% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0249 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0249 is #14FDB6. Grayscale: #4F4F4F. Windows color (decimal): -1375671 or 4784875. OLE color: 4784875.

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

Color convert

RGB 235 2 73 -
CMYK 0 0.99 0.69 0.08
HSL 341.72º 0.98% 0.46% -
HSV(B) 341.72º 0.99% 0.92% -
XYZ 35.49 18.19 7.94 -
YUV 79.76 124.19 238.73 -
System Red Green Blue C M Y K H S L
Decimal 235 2 73 0 0.99 0.69 0.08 341.72 0.98 0.46
Hex EB 2 49 0 63 45 8 156 62 2E
Octal 353 2 111 0 143 105 10 526 142 56
Binary 11101011 10 1001001 0 1100011 1000101 1000 101010110 1100010 101110

Color Harmonies of #EB0249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0249

Black with #EB0249

Text Example


Text Example

White with #EB0249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0249; }

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

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

background-color css

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

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

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

border-color css

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

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

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