Html Css Color HEX #EB134C Razzmatazz

📋 copy color: '#EB134C'

red 235 ◦ green 19 ◦ blue 76

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

Shades of Razzmatazz #EB134C

Tints of Razzmatazz #EB134C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.76%

 BLUE value IS 76 (30.08% from 255) = 23.03%

R = 71.21%
G = 5.76%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EB134C (or 0xEB134C) is known color: Razzmatazz. HEX triplet: EB, 13 and 4C. RGB value is (235,19,76). Sum of RGB (Red+Green+Blue) = 235+19+76=330 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.21% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 235 - color contains mainly: red. Hex color #EB134C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB134C is #14ECB3. Grayscale: #5A5A5A. Windows color (decimal): -1371316 or 4985835. OLE color: 4985835.

HSL color Cylindrical-coordinate representation of color #EB134C: hue angle of 344.17º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EB134C is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 19 76 -
CMYK 0 0.92 0.68 0.08
HSL 344.17º 0.85% 0.5% -
HSV(B) 344.17º 0.92% 0.92% -
XYZ 35.8 18.65 8.55 -
YUV 90.08 120.06 231.37 -
System Red Green Blue C M Y K H S L
Decimal 235 19 76 0 0.92 0.68 0.08 344.17 0.85 0.5
Hex EB 13 4C 0 5C 44 8 158 55 32
Octal 353 23 114 0 134 104 10 530 125 62
Binary 11101011 10011 1001100 0 1011100 1000100 1000 101011000 1010101 110010

Color Harmonies of #EB134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB134C

Black with #EB134C

Text Example


Text Example

White with #EB134C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB134C; }

 p { color: rgb(235,19,76); }

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

background-color css

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

 a { background-color: rgb(235,19,76); }

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

border-color css

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

 span { border-color: rgb(235,19,76); }

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