Html Css Color HEX #EE074C Razzmatazz

📋 copy color: '#EE074C'

red 238 ◦ green 7 ◦ blue 76

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

Shades of Razzmatazz #EE074C

Tints of Razzmatazz #EE074C

RGB

 RED value IS 238 (93.36% from 255) = 74.14%

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

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

R = 74.14%
G = 2.18%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EE074C (or 0xEE074C) is known color: Razzmatazz. HEX triplet: EE, 07 and 4C. RGB value is (238,7,76). Sum of RGB (Red+Green+Blue) = 238+7+76=321 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.14% from 321); Green value is 7 (3.12% from 255 or 2.18% from 321); Blue value is 76 (30.08% from 255 or 23.68% from 321); Max value from RGB is 238 - color contains mainly: red. Hex color #EE074C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE074C is #11F8B3. Grayscale: #535353. Windows color (decimal): -1177780 or 4982766. OLE color: 4982766.

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

Color convert

RGB 238 7 76 -
CMYK 0 0.97 0.68 0.07
HSL 342.08º 0.94% 0.48% -
HSV(B) 342.08º 0.97% 0.93% -
XYZ 36.64 18.85 8.54 -
YUV 83.94 123.53 237.89 -
System Red Green Blue C M Y K H S L
Decimal 238 7 76 0 0.97 0.68 0.07 342.08 0.94 0.48
Hex EE 7 4C 0 61 44 7 156 5E 30
Octal 356 7 114 0 141 104 7 526 136 60
Binary 11101110 111 1001100 0 1100001 1000100 111 101010110 1011110 110000

Color Harmonies of #EE074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE074C

Black with #EE074C

Text Example


Text Example

White with #EE074C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE074C; }

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

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

background-color css

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

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

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

border-color css

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

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

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