Html Css Color HEX #EB074C Razzmatazz

📋 copy color: '#EB074C'

red 235 ◦ green 7 ◦ blue 76

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

Shades of Razzmatazz #EB074C

Tints of Razzmatazz #EB074C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.2%

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

R = 73.9%
G = 2.2%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EB074C (or 0xEB074C) is known color: Razzmatazz. HEX triplet: EB, 07 and 4C. RGB value is (235,7,76). Sum of RGB (Red+Green+Blue) = 235+7+76=318 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.90% from 318); Green value is 7 (3.12% from 255 or 2.20% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 235 - color contains mainly: red. Hex color #EB074C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB074C is #14F8B3. Grayscale: #525252. Windows color (decimal): -1374388 or 4982763. OLE color: 4982763.

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

Color convert

RGB 235 7 76 -
CMYK 0 0.97 0.68 0.08
HSL 341.84º 0.94% 0.47% -
HSV(B) 341.84º 0.97% 0.92% -
XYZ 35.64 18.34 8.5 -
YUV 83.04 124.04 236.39 -
System Red Green Blue C M Y K H S L
Decimal 235 7 76 0 0.97 0.68 0.08 341.84 0.94 0.47
Hex EB 7 4C 0 61 44 8 156 5E 2F
Octal 353 7 114 0 141 104 10 526 136 57
Binary 11101011 111 1001100 0 1100001 1000100 1000 101010110 1011110 101111

Color Harmonies of #EB074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB074C

Black with #EB074C

Text Example


Text Example

White with #EB074C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB074C; }

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

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

background-color css

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

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

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

border-color css

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

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

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