Html Css Color HEX #EE074F Razzmatazz

📋 copy color: '#EE074F'

red 238 ◦ green 7 ◦ blue 79

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

Shades of Razzmatazz #EE074F

Tints of Razzmatazz #EE074F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.38%

R = 73.46%
G = 2.16%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EE074F (or 0xEE074F) is known color: Razzmatazz. HEX triplet: EE, 07 and 4F. RGB value is (238,7,79). Sum of RGB (Red+Green+Blue) = 238+7+79=324 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.46% from 324); Green value is 7 (3.12% from 255 or 2.16% from 324); Blue value is 79 (31.25% from 255 or 24.38% from 324); Max value from RGB is 238 - color contains mainly: red. Hex color #EE074F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE074F is #11F8B0. Grayscale: #545454. Windows color (decimal): -1177777 or 5179374. OLE color: 5179374.

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

Color convert

RGB 238 7 79 -
CMYK 0 0.97 0.67 0.07
HSL 341.3º 0.94% 0.48% -
HSV(B) 341.3º 0.97% 0.93% -
XYZ 36.75 18.89 9.11 -
YUV 84.28 125.03 237.65 -
System Red Green Blue C M Y K H S L
Decimal 238 7 79 0 0.97 0.67 0.07 341.3 0.94 0.48
Hex EE 7 4F 0 61 43 7 155 5E 30
Octal 356 7 117 0 141 103 7 525 136 60
Binary 11101110 111 1001111 0 1100001 1000011 111 101010101 1011110 110000

Color Harmonies of #EE074F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE074F

Black with #EE074F

Text Example


Text Example

White with #EE074F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE074F; }

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

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

background-color css

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

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

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

border-color css

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

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

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