Html Css Color HEX #EF0679 Razzmatazz

📋 copy color: '#EF0679'

red 239 ◦ green 6 ◦ blue 121

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

Shades of Razzmatazz #EF0679

Tints of Razzmatazz #EF0679

RGB

 RED value IS 239 (93.75% from 255) = 65.3%

 GREEN value IS 6 (2.73% from 255) = 1.64%

 BLUE value IS 121 (47.66% from 255) = 33.06%

R = 65.3%
G = 1.64%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF0679 (or 0xEF0679) is known color: Razzmatazz. HEX triplet: EF, 06 and 79. RGB value is (239,6,121). Sum of RGB (Red+Green+Blue) = 239+6+121=366 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.30% from 366); Green value is 6 (2.73% from 255 or 1.64% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0679 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0679 is #10F986. Grayscale: #585858. Windows color (decimal): -1112455 or 7931631. OLE color: 7931631.

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

Color convert

RGB 239 6 121 -
CMYK 0 0.97 0.49 0.06
HSL 330.39º 0.95% 0.48% -
HSV(B) 330.39º 0.97% 0.94% -
XYZ 39.11 19.86 19.86 -
YUV 88.78 146.19 235.15 -
System Red Green Blue C M Y K H S L
Decimal 239 6 121 0 0.97 0.49 0.06 330.39 0.95 0.48
Hex EF 6 79 0 61 31 6 14A 5F 30
Octal 357 6 171 0 141 61 6 512 137 60
Binary 11101111 110 1111001 0 1100001 110001 110 101001010 1011111 110000

Color Harmonies of #EF0679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0679

Black with #EF0679

Text Example


Text Example

White with #EF0679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0679; }

 p { color: rgb(239,6,121); }

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

background-color css

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

 a { background-color: rgb(239,6,121); }

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

border-color css

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

 span { border-color: rgb(239,6,121); }

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