Html Css Color HEX #EB074D Razzmatazz

📋 copy color: '#EB074D'

red 235 ◦ green 7 ◦ blue 77

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

Shades of Razzmatazz #EB074D

Tints of Razzmatazz #EB074D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.14%

R = 73.67%
G = 2.19%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EB074D (or 0xEB074D) is known color: Razzmatazz. HEX triplet: EB, 07 and 4D. RGB value is (235,7,77). Sum of RGB (Red+Green+Blue) = 235+7+77=319 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.67% from 319); Green value is 7 (3.12% from 255 or 2.19% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 235 - color contains mainly: red. Hex color #EB074D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB074D is #14F8B2. Grayscale: #535353. Windows color (decimal): -1374387 or 5048299. OLE color: 5048299.

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

Color convert

RGB 235 7 77 -
CMYK 0 0.97 0.67 0.08
HSL 341.58º 0.94% 0.47% -
HSV(B) 341.58º 0.97% 0.92% -
XYZ 35.68 18.35 8.68 -
YUV 83.15 124.54 236.31 -
System Red Green Blue C M Y K H S L
Decimal 235 7 77 0 0.97 0.67 0.08 341.58 0.94 0.47
Hex EB 7 4D 0 61 43 8 156 5E 2F
Octal 353 7 115 0 141 103 10 526 136 57
Binary 11101011 111 1001101 0 1100001 1000011 1000 101010110 1011110 101111

Color Harmonies of #EB074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB074D

Black with #EB074D

Text Example


Text Example

White with #EB074D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB074D; }

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

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

background-color css

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

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

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

border-color css

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

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

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