Html Css Color HEX #EB074A Razzmatazz

📋 copy color: '#EB074A'

red 235 ◦ green 7 ◦ blue 74

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

Shades of Razzmatazz #EB074A

Tints of Razzmatazz #EB074A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.42%

R = 74.37%
G = 2.22%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EB074A (or 0xEB074A) is known color: Razzmatazz. HEX triplet: EB, 07 and 4A. RGB value is (235,7,74). Sum of RGB (Red+Green+Blue) = 235+7+74=316 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.37% from 316); Green value is 7 (3.12% from 255 or 2.22% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 235 - color contains mainly: red. Hex color #EB074A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB074A is #14F8B5. Grayscale: #525252. Windows color (decimal): -1374390 or 4851691. OLE color: 4851691.

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

Color convert

RGB 235 7 74 -
CMYK 0 0.97 0.69 0.08
HSL 342.37º 0.94% 0.47% -
HSV(B) 342.37º 0.97% 0.92% -
XYZ 35.57 18.31 8.14 -
YUV 82.81 123.04 236.55 -
System Red Green Blue C M Y K H S L
Decimal 235 7 74 0 0.97 0.69 0.08 342.37 0.94 0.47
Hex EB 7 4A 0 61 45 8 156 5E 2F
Octal 353 7 112 0 141 105 10 526 136 57
Binary 11101011 111 1001010 0 1100001 1000101 1000 101010110 1011110 101111

Color Harmonies of #EB074A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB074A

Black with #EB074A

Text Example


Text Example

White with #EB074A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB074A; }

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

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

background-color css

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

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

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

border-color css

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

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

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